﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged SQL Server 7, 2000, DTS</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged SQL Server 7, 2000, DTS posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Conditional Flow in DTS</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2929/</guid><pubDate>2008/03/19</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2929/</link></item><item><title>Five Realtime DTS Examples</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2851/</guid><pubDate>2008/02/08</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2851/</link></item><item><title>The Dynamic Process of Loading Data</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2781/</guid><pubDate>2007/12/31</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2781/</link></item><item><title>Overview of DTS Packages</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/DTS/overviewofdtspackages/2127/</guid><pubDate>2007/12/21</pubDate><link>http://www.sqlservercentral.com/articles/DTS/overviewofdtspackages/2127/</link></item><item><title>Exception handling in DTS</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2762/</guid><pubDate>2007/12/14</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2762/</link></item><item><title>Maintain DTS packages in SQL Server 2005</title><description>Migrate to SQL Server 2005 and maintain, edit and develop your data transformation services (DTS) packages using the SQL Server DTS Designer.</description><guid>http://www.sqlservercentral.com/redirect/articles/3072/</guid><pubDate>2007/07/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3072/</link></item><item><title>Conditional Flow in DTS</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2929/</guid><pubDate>2008/03/19</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2929/</link></item><item><title>Five Realtime DTS Examples</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2851/</guid><pubDate>2008/02/08</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2851/</link></item><item><title>The Dynamic Process of Loading Data</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2781/</guid><pubDate>2007/12/31</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2781/</link></item><item><title>Exception handling in DTS</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/2762/</guid><pubDate>2007/12/14</pubDate><link>http://www.sqlservercentral.com/articles/DTS/2762/</link></item><item><title>Managing DTS packages - Editing, Scheduling, and Viewing Package Logs</title><description>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.






</description><guid>http://www.sqlservercentral.com/articles/Administering/managingdtspackageseditingschedulingandviewingpack/890/</guid><pubDate>2006/10/06</pubDate><link>http://www.sqlservercentral.com/articles/Administering/managingdtspackageseditingschedulingandviewingpack/890/</link></item><item><title>Executing a Package from Visual Basic</title><description>So you&amp;#39;ve created a SQL Server package and now you&amp;#39;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.


</description><guid>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</guid><pubDate>2006/08/18</pubDate><link>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</link></item><item><title>Committing imports in SQL Server a little at a time</title><description>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/2534/</guid><pubDate>2006/08/03</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2534/</link></item><item><title>Copying DTS Packages To a Different Server</title><description>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&amp;#39;t!

</description><guid>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</guid><pubDate>2006/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</link></item><item><title>Handling Zero Byte Files in DTS</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/handlingzerobytefilesindts/2332/</guid><pubDate>2006/03/27</pubDate><link>http://www.sqlservercentral.com/articles/DTS/handlingzerobytefilesindts/2332/</link></item><item><title>DTS and Global Variables</title><description>SQL Server 2000&amp;#39;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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/dtsandglobalvariables/2266/</guid><pubDate>2006/02/20</pubDate><link>http://www.sqlservercentral.com/articles/DTS/dtsandglobalvariables/2266/</link></item><item><title>SED and the Big Bad UNIX File</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/sedandthebigbadunixfile/2213/</guid><pubDate>2006/01/10</pubDate><link>http://www.sqlservercentral.com/articles/DTS/sedandthebigbadunixfile/2213/</link></item><item><title>DTS Hashing</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/dtshashing/2178/</guid><pubDate>2005/12/20</pubDate><link>http://www.sqlservercentral.com/articles/DTS/dtshashing/2178/</link></item><item><title>Granting Execute Access to All Stored Procedures to a Given User</title><description>A quick and dirty procedure to allow you to grant execute permissions to a user, or role, quickly and easily.
</description><guid>http://www.sqlservercentral.com/articles/DTS/grantingexecuteaccesstoallstoredprocedurestoagiven/2164/</guid><pubDate>2005/12/13</pubDate><link>http://www.sqlservercentral.com/articles/DTS/grantingexecuteaccesstoallstoredprocedurestoagiven/2164/</link></item><item><title>DTS Polling</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/dtspolling/2159/</guid><pubDate>2005/12/05</pubDate><link>http://www.sqlservercentral.com/articles/DTS/dtspolling/2159/</link></item><item><title>Data Migration : Step by Step</title><description>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.




</description><guid>http://www.sqlservercentral.com/articles/DTS/datamigrationoverview/639/</guid><pubDate>2005/11/25</pubDate><link>http://www.sqlservercentral.com/articles/DTS/datamigrationoverview/639/</link></item><item><title>Leveraging XP Excel , XML, and OPENXML for Data Imports</title><description>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&amp;#39;s automation facilities and XML to import data into SQL Server.

</description><guid>http://www.sqlservercentral.com/articles/DTS/leveragingxpexcelxmlandopenxmlfordataimports/2134/</guid><pubDate>2005/11/22</pubDate><link>http://www.sqlservercentral.com/articles/DTS/leveragingxpexcelxmlandopenxmlfordataimports/2134/</link></item><item><title>DTS Standards</title><description>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&amp;#39;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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/dtsstandards/2144/</guid><pubDate>2005/11/21</pubDate><link>http://www.sqlservercentral.com/articles/DTS/dtsstandards/2144/</link></item><item><title>Overview of DTS Packages</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/DTS/overviewofdtspackages/2127/</guid><pubDate>2007/12/21</pubDate><link>http://www.sqlservercentral.com/articles/DTS/overviewofdtspackages/2127/</link></item><item><title>Have You Been Told Today</title><description>SQL Server 2000 has a great job and alert subsystem, but it doesn&amp;#39;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.


</description><guid>http://www.sqlservercentral.com/articles/DTS/haveyoubeentoldtoday/2056/</guid><pubDate>2005/10/20</pubDate><link>http://www.sqlservercentral.com/articles/DTS/haveyoubeentoldtoday/2056/</link></item><item><title>Using DTS to Generate and Email Excel Reports</title><description>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&amp;#39;s a way to quickly build a report that keeps people happy while making you look like a genius.


</description><guid>http://www.sqlservercentral.com/articles/DTS/capturingtheerrordescriptioninastoredprocedure/1344/</guid><pubDate>2005/09/23</pubDate><link>http://www.sqlservercentral.com/articles/DTS/capturingtheerrordescriptioninastoredprocedure/1344/</link></item><item><title>Generating Test Data with Integration Services</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/generatingtestdatawithintegrationservices/2017/</guid><pubDate>2005/08/29</pubDate><link>http://www.sqlservercentral.com/articles/DTS/generatingtestdatawithintegrationservices/2017/</link></item><item><title>Data Import Functionality Using SQL Server</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/DTS/data_import_functionality_using/832/</guid><pubDate>2005/08/12</pubDate><link>http://www.sqlservercentral.com/articles/DTS/data_import_functionality_using/832/</link></item><item><title>Push FTP with SQL Server</title><description>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.




</description><guid>http://www.sqlservercentral.com/articles/Administering/pushftp/473/</guid><pubDate>2005/07/01</pubDate><link>http://www.sqlservercentral.com/articles/Administering/pushftp/473/</link></item><item><title>Dynamic Properties</title><description>One of the most useful tasks in SQL Server 2000&amp;#39;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.
</description><guid>http://www.sqlservercentral.com/articles/DTS/dynamicproperties/1912/</guid><pubDate>2005/06/20</pubDate><link>http://www.sqlservercentral.com/articles/DTS/dynamicproperties/1912/</link></item></channel></rss>