SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags SQL Server 7, 2000, DTS Rss

Refine your search with one of the following additional tags (with number of items):

Administering (9)     Basic Querying (2)     Advanced Querying (1)     Product Reviews (1)    
Miscellaneous (9)     Data Warehousing (2)     Best and Worst Practices (1)     Replication (1)    
Programming (8)     Distributed Queries (2)     Best Practices (1)     SQL Server 2005 (1)    
Configuring (4)     Indexing (2)     Book Reviews (1)     SQL Server 2005 - SSIS (1)    
T-SQL (4)     Installation (2)     Design (1)     SQL Server 6.5 (1)    
Visual Basic 6 (4)     Reviews (2)     Disaster Recovery (1)     System Development Life Cycle (1)    
Backup and Recovery (3)     Strategies (2)     English Query (1)     UpdateGrams (1)    
Performance Tuning and Scaling (3)     Triggers (2)     Monitoring (1)     XML (1)    
Security (3)     User-Defined functions (2)     OpenXML (1)     XSL (1)    
Stored Procedures (3)     ADO (1)     Performance Tuning (1)    

Search for any content tagged SQL Server 7, 2000 & DTS

   Items 1 to 20 of 88    Next 20 >>
 

Conditional Flow in DTS

While SQL Server Integration Services is a huge improvement in the ETL capabilities of SQL Server, there are quite a few environments still using DTS in SQL Server 2000. Wayne Fillis brings us a method for implementing conditional logic in your packages.   Read more...
By Wayne Fillis 2007/06/07 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,977 reads

Five Realtime DTS Examples

SQL Server 2005 includes an amazing ETL environment in Integration Services, but many DBAs will be using DTS and SQL Server 2000 for years to come. Jambu Krishnamurthy brings us a few handy examples of how you can customize your DTS environment.   Read more...
By Jambu Krishnamurthy 2007/03/22 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 14,255 reads

The Dynamic Process of Loading Data

When loading a data warehouse, handling the ETL process of working with files can be problematic. Longtime DBA Janet Wong brings us an interesting solution that is flexible and efficient for quickly loading a number of files into a warehouse using DTS.   Read more...
By Janet Wong 2007/01/23 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 8,943 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 posted: 2005/11/09) | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 22,753 reads

Exception handling in DTS

While SSIS is taking the SQL Server 2005 world by storm, there are many DBAs still working with SQL Server 2000 and its ETL system: DTS. In this article, Jambu Krishnamurthy shows us how to modify the exception handling in a DTS package to get around the limitations of the designer.   Read more...
By Jambu Krishnamurthy 2006/12/19 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,448 reads

Maintain DTS packages in SQL Server 2005

Migrate to SQL Server 2005 and maintain, edit and develop your data transformation services (DTS) packages using the SQL Server DTS Designer.  Read more...
By Additional Articles 2007/07/05 | Source: SearchSQLServer | Category: DTS
Rating:  Rate this |  Briefcase | 2,825 reads

Conditional Flow in DTS

While SQL Server Integration Services is a huge improvement in the ETL capabilities of SQL Server, there are quite a few environments still using DTS in SQL Server 2000. Wayne Fillis brings us a method for implementing conditional logic in your packages.   Read more...
By Wayne Fillis 2007/06/07 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,977 reads

Five Realtime DTS Examples

SQL Server 2005 includes an amazing ETL environment in Integration Services, but many DBAs will be using DTS and SQL Server 2000 for years to come. Jambu Krishnamurthy brings us a few handy examples of how you can customize your DTS environment.   Read more...
By Jambu Krishnamurthy 2007/03/22 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 14,255 reads

The Dynamic Process of Loading Data

When loading a data warehouse, handling the ETL process of working with files can be problematic. Longtime DBA Janet Wong brings us an interesting solution that is flexible and efficient for quickly loading a number of files into a warehouse using DTS.   Read more...
By Janet Wong 2007/01/23 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 8,943 reads

Exception handling in DTS

While SSIS is taking the SQL Server 2005 world by storm, there are many DBAs still working with SQL Server 2000 and its ETL system: DTS. In this article, Jambu Krishnamurthy shows us how to modify the exception handling in a DTS package to get around the limitations of the designer.   Read more...
By Jambu Krishnamurthy 2006/12/19 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,448 reads

Managing DTS packages - Editing, Scheduling, and Viewing Package Logs

In the second of a series of articles that targets the DBA new to an organization, this article looks at how to manage DTS packages.   Read more...
By Haidong Ji 2006/10/06 (first posted: 2003/01/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 34,490 reads

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 posted: 2004/01/23) | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 24,061 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,634 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 posted: 2002/03/19) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 33,623 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,408 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 | 17,033 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 | 8,953 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,657 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 | 8,422 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,134 reads
   Items 1 to 20 of 88    Next 20 >>
 
Most popular

Five Realtime DTS Examples

SQL Server 2005 includes an amazing ETL environment in Integration Services, but many DBAs will be using DTS and SQL Server 2000 for years to come. Jambu Krishnamurthy brings us a few handy examples of how you can customize your DTS environment.   Read more...
By Jambu Krishnamurthy 2007/03/22 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 14,255 reads

Conditional Flow in DTS

While SQL Server Integration Services is a huge improvement in the ETL capabilities of SQL Server, there are quite a few environments still using DTS in SQL Server 2000. Wayne Fillis brings us a method for implementing conditional logic in your packages.   Read more...
By Wayne Fillis 2007/06/07 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,977 reads

Exception handling in DTS

While SSIS is taking the SQL Server 2005 world by storm, there are many DBAs still working with SQL Server 2000 and its ETL system: DTS. In this article, Jambu Krishnamurthy shows us how to modify the exception handling in a DTS package to get around the limitations of the designer.   Read more...
By Jambu Krishnamurthy 2006/12/19 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 7,448 reads