Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Articles with tag dts Rss

Search for any content tagged dts

<< Previous 20    Items 21 to 40 of 97    Next 20 >>
 

Executing a Package from Visual Basic

So you've created a SQL Server package and now you're ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model to execute a DTS package from Visual Basic.   Read more...
By Brian Knight 2006/08/18 (first published: 2004/01/23) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 24,975 reads

Committing imports in SQL Server a little at a time

A colleague working on an Informix database needed to search TEXT columns using wildcards. While Informix supports wildcards in LIKE and MATCH predicates, this support does not include TEXT columns. The obvious solution—to export the data to SQL Server—does support such searches.  Read more...
By Additional Articles 2006/08/03 | Source: Builder.com | Category: dts
Rating:  Rate this |   Briefcase | 1,927 reads

Copying DTS Packages To a Different Server

How do you easily copy DTS packages from one server to another? DTS, BCP, T-SQL? Are there advantages to using one method over another? Andy did some research - read the article and see what works and what doesn't!   Read more...
By Andy Warren 2006/05/05 (first published: 2002/03/19) | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 37,415 reads

Handling Zero Byte Files in DTS

SQL Server 2005 has substantially enhanced its ETL capabilities, but many people will still be working with DTS in SQL Server 2000 for many years. New author James Greaves brings us a technique for working with imports and handling files that might not have any data.   Read more...
By James Greaves 2006/03/27 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 6,759 reads

DTS and Global Variables

SQL Server 2000's DTS subsystem is a tremendously flexible environment for handling any number of tasks on your SQL Server. Alex Kersha used DTS to implment a task that manages the number of backup files on his server, which is conifgurable with a global variable. Read on and get the code to implement this task on your servers.   Read more...
By Alex Kersha 2006/02/20 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 19,604 reads

SED and the Big Bad UNIX File

One would think that when you have to work with Unix text files, they would be the same as Windows text files. That is not quite the case and Peter Ward brings us a look at how this caused a problem in DTS and a way you can fix it.   Read more...
By Peter Ward 2006/01/10 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 9,188 reads

DTS Hashing

DTS is a great tool in SQL Server 2000 for easily setting up jobs to import or export data. But it can also have security risks. New author Alex Kersha brings us a simple security technique to be sure that you are properly executing your DTS packages in a secure manner.   Read more...
By Alex Kersha 2005/12/20 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 5,778 reads

Granting Execute Access to All Stored Procedures to a Given User

A quick and dirty procedure to allow you to grant execute permissions to a user, or role, quickly and easily.   Read more...
By Tim Mitchell 2005/12/13 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 9,429 reads

DTS Polling

Lots of packages exist that will import data files for you, even if you do not know the file name ahead of time. But most of them expect the files to be there. New author Andre Quitta brings us a technique he has for checking to see if the files are even there before importing them.   Read more...
By Andre Quitta 2005/12/05 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 8,457 reads

Data Migration : Step by Step

This article by Chris Kempster covers a wide variety of areas concerned with data migration. Primarily, it focuses on process, standards and some of the many issues to consider when undertaking this role.   Read more...
By Chris Kempster 2005/11/25 (first published: 2004/03/24) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 47,513 reads

Leveraging XP Excel , XML, and OPENXML for Data Imports

DTS is a fantastic ETL tool and it is often used to import Excel documents. However this can be a manual process in many cases in setting up the package. New author Sloan Holliday brings us a way that you can leverage Office XP's automation facilities and XML to import data into SQL Server.   Read more...
By Sloan Holliday 2005/11/22 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 10,599 reads

DTS Standards

SQL Server 2000 brought us DTS, a new way of working with data movement for SQL Server DBAs. However, unlike Integration Services and Project REAL, there weren't any great standards for working with this tool and building portable solutions was hard. Jonathan Stokes brings us a great article on how you can create a standard structure for your packages and make them more portable.   Read more...
By Jonathan Stokes 2005/11/21 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 8,588 reads

Overview of DTS Packages

While SQL Server 2005 is greatly changing the paradigm of ETL with Integration Services, SQL Server 2000 and DTS will be here for some time to come. New author Rama Nageshwara brings us an overview of this fantastic data movement toolset.   Read more...
By Rama Nageshwara 2007/12/21 (first published: 2005/11/09) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 26,795 reads

Have You Been Told Today

SQL Server 2000 has a great job and alert subsystem, but it doesn't do everything. There are times when you want to be notified that something has completed, or not completed. New author Frank Loschiavo brings us a way to ensure that when you run a query you are notified if and when it completes.   Read more...
By Frank Loschiavo 2005/10/20 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 6,121 reads

Using DTS to Generate and Email Excel Reports

Another great article from Joe Sack that looks at a great technique for generating reports in Excel for your users. Using DTS, you can easily setup an ad hoc or recurring schedule for your users. It's a way to quickly build a report that keeps people happy while making you look like a genius.   Read more...
By Joseph Sack 2005/09/23 (first published: 2004/05/03) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 39,659 reads

Generating Test Data with Integration Services

DTS was one of the most amazing new features of SQL Server 7 and in SQL Server 2005 it has been renamed to Integration Services. This component has some incredible new capabilities, many of which come at a steep learning curve. New author Kristian Wedberg brings us a basic article and some code on how you can SSIS to generate test data.   Read more...
By Kristian Wedberg 2005/08/29 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 13,874 reads

Data Import Functionality Using SQL Server

Building robust functionality with maximum re-use of existing infrastructure and investment with little or no development is the goal for many businesses. This article is about using SQL Server DTS packages to achieve this goal. With minimum development, all the functionality required for data imports can be achieved with DTS programming in SQL Server.   Read more...
By Jayram Tallamraju 2005/08/12 (first published: 2002/10/25) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 91,752 reads

Push FTP with SQL Server

DTS is an incredible package for moving data in the SQL Server world. One feature that is missing, however, is the ability to send files using FTP to a remote server. This article looks at a technique for sending files via FTP.   Read more...
By Steve Jones 2005/07/01 (first published: 2001/11/01) | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 36,459 reads

Dynamic Properties

One of the most useful tasks in SQL Server 2000's DTS environment is the Dynamic Properties task. Author Kathi Kellenberger brings us a look at how this task can help you accomplish an unusal import task.   Read more...
By Kathi Kellenberger 2005/06/20 | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 14,505 reads

Portable DTS Packages

Have you ever faced the situation where you have needed to move a DTS package you needed to move a DTS package from one server to another, say from development to production? In this article by Kevin Feit, he shows you how to make a DTS package portable and save time.   Read more...
By Kevin Feit 2005/05/20 (first published: 2003/05/09) | Source: SQLServerCentral.com | Category: dts
Rating: |  Discuss |   Briefcase | 33,857 reads
<< Previous 20    Items 21 to 40 of 97    Next 20 >>