Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
dts
<< Previous 20
Items 21 to 40 of 122
Next 20 >>
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
|
8,995 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 published: 2003/01/02)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
40,532 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 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,416 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
You are using SQL Server 2000's DTS and...
Read more...
By
Steve Jones
2006/02/22
|
Category:
dts
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,886 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,520 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,600 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,662 reads
Can you run a DTS package on SQL...
Read more...
By
Steve Jones
2005/09/13
|
Category:
dts
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,718 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,875 reads
<< Previous 20
Items 21 to 40 of 122
Next 20 >>
Tags
sql server 7
(76)
administration
(9)
miscellaneous
(9)
programming
(8)
configuring
(4)
integration services (ssis)
(4)
t-sql
(4)
visual basic 6
(4)
backup / restore
(3)
performance tuning
(3)
security
(3)
stored procedures
(3)
data warehousing
(2)
distributed queries
(2)
indexing
(2)
installation
(2)
monitoring
(2)
reviews
(2)
strategies
(2)
triggers
(2)
user defined function (udf)
(2)
64-bit
(1)
ado
(1)
advanced querying
(1)
backup / recovery
(1)
best and worst practices
(1)
best practices
(1)
book reviews
(1)
capacity planning
(1)
configuration
(1)
design and theory
(1)
disaster recovery (dr)
(1)
english query
(1)
error handling
(1)
error logging
(1)
handle
(1)
ini
(1)
openxml
(1)
package
(1)
perl
(1)
portability
(1)
product reviews
(1)
replication
(1)
sql server
(1)
sql server 2005
(1)
sql server 2008
(1)
sql server 6.5
(1)
system development life cycle
(1)
updategrams
(1)
vbscript
(1)
xml
(1)
xsl
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.