Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 123 of 133) 3985 Result(s) found 

 

Get data from MS Access database using single statement.
Total Hit (2074)
Rating
This is a link to a different site SQL LiteSpeed 3.0 -- The Smarter DBA's Backup
Total Hit (818) For almost two years, DBassociatesIT has produced SQL LiteSpeed, an alternative to SQL Server's native backup and restore commands, offering greater security, faster backup and restore speed, and smaller backup files resulting in significantly reduced storage costs. With the introduction of SQL Lite ....Read More
Rating
This is a link to a different site XPSMTP.DLL - SQL Server SMTP Mail XP
Total Hit (683) XPSMTP provides a SMTP based SQL Mail solution for sending MIME based email over SMTP, implemented as an Extended Stored Procedure. It does not require any software to be installed, just a SMTP email server that can handle the outgoing mail request. XPSMTP is using TCP/IP sockets to communicate ....Read More
Rating
This is a link to a different site Make the Execute Package Task name dependent only
Total Hit (754) By default the Execute Package Task will use the PackageID (GUID) to load and execute a package. The PackageID is assigned when you save a new package. A simple illustration of this is to open a package and then use Save As, giving the package a new name. If you where to replace the target or child ....Read More
Rating
This is a link to a different site How to manipulate the Execute Process task.
Total Hit (805) Here is some code showing how we can dynamically manipulate the Execute Process task. Say we have an executable "c:\PassFile.exe" and it accepts one argument /F which is for a file. We want to be able to pass in whatever file we choose and we also want to be able to set some of the properties of the ....Read More
Rating
This is a link to a different site How to add a Dynamic Properties task to a package and manipulate it using VB.
Total Hit (668) With the introduction of SQL Server 2000 came the Dynamic Properties task. This allows you to read connection settings, table names and just about everything else for your DTS package from an INI file, a Global Variable, an Environment variable, a Query, a Constant or a Data File. Here is an example ....Read More
Rating
This is a link to a different site Changing the DTS Send Mail Task
Total Hit (724) This is a simple example of using an ActiveX Script Task to dynamically change the main properties of a DTS Send Mail task. First set the message subject to the same name as the package. The body of the message is a combination of a static string and a global variable value. Finally we read the file ....Read More
Rating
This is a link to a different site How can I change the source data file for a Bulk Insert Task
Total Hit (608) To change the name of the source data file at runtime you can use an ActiveX Script Task. In the following example the new filename is read from a global variable called ImportFilename. Please ensure you change the bulk insert task's name value ("DTSTask_DTSBulkInsertTask_1") to match that in your p ....Read More
Rating
This is a link to a different site Global Variables and SQL statements in DTS
Total Hit (776) For those fortunate enough to have SQL 2000, using global variables with an Execute SQL Task, or as part of the source statement in the DataPump task is now a standard feature. For those still using SQL Server 7.0 this tedious process, but here are some examples of how it can be done. Even if you ar ....Read More
Rating
This is a link to a different site Changing the DataPump Source and Destination Tables
Total Hit (1082) You can use an ActiveX Script to change both the source and destination of the DataPump task. The first thing you need is the Name of the task. Right-click the DataPump task and select Workflow Properties. On the options tab it shows you the step name. The task name is almost guaranteed to be th ....Read More
Rating
This is a link to a different site How to export all tables in a database
Total Hit (764) This is a very short article as it is really a demonstration of concepts explained elsewhere, although quite a useful implementation in it's own right. The export itself is done with the Bulk Export Task, and this is wrapped in a recordset driven loop as covered in the article How to loop through a ....Read More
Rating
This is a link to a different site How to loop through a global variable Rowset
Total Hit (840) The Execute SQL Task for SQL Server 2000 allows both input and parameters to be specified. In this article we will be focusing on the Rowset output parameter functionality, and what we can then do with the Recordset it returns. The Rowset parameter takes the result set of a SELECT statement and stor ....Read More
Rating
This is a link to a different site Processing The Same Row More Than Once
Total Hit (757) In his SQL Server Magazine article of August 2002 Itzik Ben-Gan shows us how to use Transact SQL to normalise lab test results from a fictional wine maker using either functions in SQL Server 2000 or Transact SQL gymnastics in Version 7. In this article we're going to show you how to do the exact sa ....Read More
Rating
This is a link to a different site Formatting Character Data into Datetime fields
Total Hit (635) When building tables people quite often use character fields to hold dates. A style that is quite often used to format the date is this yyyymmdd. When we come to take this data into a field of say smalldatetime then we can encounter errors.
Rating
This is a link to a different site Looping, Importing and Archiving
Total Hit (667) One of the most common things asked for by people using DTS is the ability to loop through a directory and process files along the way. This is how I do it. Although it may look a little complicated for what is quite an easy task it isn't trust me.
Rating
This is a link to a different site Multiple Paths in Workflow
Total Hit (969) Branching workflow is a common requirement, and is quite easy to achieve using the basic On Success or On Failure constraints available through the designer. However branches go in different directions and do not meet up again.
Rating
This is a link to a different site Skip the execution of an individual Task
Total Hit (672) It is easy to build a nice linear workflow path using the DTS designer, but unfortunately our processes are not always that simple. In certain circumstances you may wish to skip a task. This is where the power of workflow can be used, but unfortunately it is not available graphically through the des ....Read More
Rating
This is a link to a different site How can I check if a file exists?
Total Hit (662) Checking for the existence of a file before trying to import it can be very useful in ensuring your systems run smoothly. You can use the Scripting FileSystemObject to check for the presence of a file using ActiveX Script. If the file exists you can obviously import it or initiate an alternative pro ....Read More
Rating
This is a link to a different site Tutorial : Problems With IDENTITY() and the DataPump task.
Total Hit (722) Just recently we have seen a number of posts in the newsgroups concerning problems with IDENTITY columns when inserting data into a table using DTS. This walkthrough should hopefully explain most of the problems we can encounter and give you some useful information about behind the scenes stuff as w ....Read More
Rating
This is a link to a different site Tutorial : Write File Transformation
Total Hit (729) In this article we will show you how to export a file stored in your SQL Server table out to disk. For this we will need two tables. One will be the table that holds the file and its name and the other is a dummy table that we need when using the WriteFile transformation. ....Read More
Rating
This is a link to a different site Tutorial : Introduction to Workflow
Total Hit (705) This article will give you a quick overview of the three types of workflow precedence constraints available and also highlight a couple of common problems associated with workflow. The most basic feature workflow gives you is the ability to control in which order your tasks will be executed. If all ....Read More
Rating
This is a link to a different site Tutorial : Multiphase Data Pump (Field Notes)
Total Hit (625) This is less of a tutorial more a collection of notes hopefully presented coherently about the Multiphase data pump in DTS.
Rating
This is a link to a different site Tutorial : Introduction To Global Variables
Total Hit (734) Global Variables allow you to make your DTS packages more flexible. Some of their uses include. 1. Storing Values passed around within a package. 2. Accepting values from outside the package to be used inside it. 3. Holding not only single values but multiple values in a recordset. ....Read More
Rating
This is a link to a different site Tutorial : A Tour Of ActiveX Script
Total Hit (644) One of the ways to gain a lot of Flexibility in DTS is to use an ActiveX script. They can be found in the transform Data Task, the Data Driven Query Task and as a standalone task. When we look at the actual screens there is a lot to see and some of the things can be daunting especially if you have n ....Read More
Rating
This is a link to a different site Tutorial : Building a Package in the DTS Designer
Total Hit (710) The point of this tutorial is to give us an introduction to the DTS designer. If you're serious about DTS or want to explore more of its many features then it won't be long before you end up here. This tutorial was created using SQL Server 2000 but users of SQL Server 7 will still find it useful. Wh ....Read More
Rating
This is a link to a different site Tutorial : Importing A Text File Using The DTS Wizard
Total Hit (686) This tutorial came about from watching the Newsgroups and realising that although people had heard of DTS they were unsure as to what it is and where to find it. We wanted to explain DTS to people and give them an understanding of what it does so they can go away and use it themselves. ....Read More
Rating
This is a link to a different site Tutorial : How to Use Lookups in DTS
Total Hit (612) When you see people in the newsgroups answering a question with a query and the query includes a question mark then you may be forgiven for thinking that the person who is replying doesn't know what value goes in here. Here we present a different answer and yes you guessed it the solution we present ....Read More
Rating
This is a link to a different site Tutorial : Sample Custom Task Project
Total Hit (627) The ability to write your own custom tasks is often overlooked when designing a solution and yet it can offer so much flexibility. This is a sample Visual Basic project of a relatively simple custom task. It doesn't do very much, but it does have a user interface and several properties. The UI allow ....Read More
Rating
This is a link to a different site A Practical Guide to SQL Server Yukon Beta 1 DTS
Total Hit (1548) To understand the new features in "Yukon" Data Transformation Services (DTS), one must in many ways take a step back from the knowledge of prior DTS releases and come to the product with a fresh perspective. It is not that the new release is entirely different than its predecessors, but the similari ....Read More
Rating
This is a link to a different site Single Database or Multiple Databases
Total Hit (1334) Which is the way to better performance with Microsoft SQL Server 7.0: using a single database with lots and lots of tables or logically grouping data into multiple databases each with a significantly fewer number of tables? The system is comprised of one server with two hard drives that are mirrored ....Read More
Rating


(Page 123 of 133) 3985 Result(s) found  ... 121 122 123 124 125 126 127 128 129 130 131 132 133

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.