Advertisement

1 - 10 of 32 containing alltags:("SQL Server 2000 (DTS)") (0.003 seconds)
Are there timing issues, i.e. competing tasks, within a DTS package?  I have a package that parses a text file into two db tables.  Each line/record in the text file is pipe delimited and some of t...
Zones: MS SQL DTS, MS SQL ServerDate Answered: 07/01/2008 Grade: B Views: 0
Hi all, I have a very simple DTS package imports some data from a CSV file, into a SQL Server 2000 table. My issue is that from time to time, my CSV file will include records that already exist...
Zones: MS SQL DTS, MS SQL ServerDate Answered: 09/09/2008 Grade: A Views: 5
I have a DTS package that loads data from a spreadsheet that is extracted from another system.  I want to be able to insert a date/time stamp for when this data is loaded and I cannot figure out ho...
Zones: MS SQL DTS, MS SQL ServerDate Answered: 05/05/2008 Grade: A Views: 0
Is there any way to call a specific task within a  dts package using dtsrun?  
Zones: MS SQL DTS, Databases, MS SQL ServerDate Answered: 09/11/2007 Grade: B Views: 0
i have a mapped drive with a text file i want to run the dts on. i do not want to run the dts if the file does not exist. i have a workflow script that uses the following Function Main()      ...
Zones: MS SQL DTSDate Answered: 01/17/2008 Grade: A Views: 0
How to add a new Excel Sheet to an Excel file dynamically when the record count exceeds 65000 as one worksheet supports 65000 rows while exporting data from a SQL database to Excel file using DTS. ...
Zones: MS SQL Server, MS Excel, VB ScriptDate Answered: 06/27/2008 Grade: A Views: 0
I am trying to set up a DTS package that can dynamically change the SQLSourceStatement in a DTS Data Pump based upon a user's selection. So, if user selects option 1 (via InputBox in ActiveX tas...
Zones: MS SQL DTS, Visual Basic, ActiveXDate Answered: 04/02/2008 Grade: A Views: 102
I'm trying to create a simple DTS that reads data in an Excel file and updates data in a table from it. I created an Excel data source and a SQL Server data source, with a Data Transform task betwe...
Zones: SQL Server 2005Date Answered: 04/14/2008 Grade: A Views: 0
using SQL Server 2000, in a dts package when I create a connection object, if I type in the full address of the named instance including port I can connect without any problem. However, if I try to...
Zones: MS SQL DTSDate Answered: 05/01/2008 Grade: A Views: 30
I am using SQL Server 2000.  I have created an excel file using the Transform Data Task to an excel file.  After the file is created, I send an email using ActiveX with the file I just created as a...
Zones: MS SQL DTS, Visual Basic, MS ExcelDate Answered: 05/20/2008 Grade: A Views: 51