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

Articles with tag DTS Rss

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

SQL Server 7, 2000 (73)     Data Warehousing (2)     Best and Worst Practices (1)     portability (1)    
Administering (9)     Distributed Queries (2)     Best Practices (1)     Product Reviews (1)    
Miscellaneous (9)     Indexing (2)     Book Reviews (1)     Replication (1)    
Programming (8)     Installation (2)     Capacity planning (1)     SQL Server 2005 (1)    
Configuring (4)     Monitoring (2)     Configuration (1)     SQL Server 2005 - SSIS (1)    
T-SQL (4)     Reviews (2)     Design (1)     SQL Server 6.5 (1)    
Visual Basic 6 (4)     SQL Server 2000 (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)     INI (1)     VBScript (1)    
Security (3)     User-Defined functions (2)     Integration Services (1)     XML (1)    
Stored Procedures (3)     ADO (1)     OpenXML (1)     XSL (1)    
Basic Querying (2)     Advanced Querying (1)     Performance Tuning (1)    

Search for any content tagged DTS

   Items 1 to 20 of 93    Next 20 >>
 

VBscript hacks for DTS packages

This article is about using VBscript hacks to overcome two limitations of DTS packages.  Read more...
Rating: |  Discuss |  Briefcase | 6,895 reads

Yet another way to include portability on DTS packages

An proposal about using simple server name resolution and INI files to make a DTS package portable.  Read more...
By Alceu Rodrigues de Freitas Junior 2008/04/10 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 3,509 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,254 reads

Top 10 SQL Server Integration Services and DTS tips

Top SQL Server Integration Services (SSIS) tips from migrating and running DTS packages, to SSIS debugging, maintenance and programming in SQL Server 2005.  Read more...
By Additional Articles 2008/01/02 | Source: SearchSQLServer | Category: Integration Services
Rating: (not yet rated)  Rate this |  Briefcase | 3,656 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

Monitoring on a Budget

Have you ever been asked for information you couldn't provide because you didn't have an historical monitoring tool? Try this  Read more...
By Bert Carles 2007/11/19 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 6,894 reads

Migrating SQL Server 2000 DTS Packages Across Environments

Many of us still have SQL Server 2000 DTS packages running throughout our environment. New author Owais Bashir Ahmed brings us an interesting technique for moving those packages between servers that might come in handy as you continue to work on these packages in SQL Server 2000.  Read more...
By Owais Bashir Ahmed 2007/10/09 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 4,352 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,254 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,060 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,622 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
   Items 1 to 20 of 93    Next 20 >>
 
Most popular

VBscript hacks for DTS packages

This article is about using VBscript hacks to overcome two limitations of DTS packages.  Read more...
Rating: |  Discuss |  Briefcase | 6,895 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,254 reads

Monitoring on a Budget

Have you ever been asked for information you couldn't provide because you didn't have an historical monitoring tool? Try this  Read more...
By Bert Carles 2007/11/19 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 6,894 reads