Advertisement

1 - 10 of 13 containing alltags:("SQL SERVER DTS") (0.002 seconds)
hI I am moving huge volumes of data from a dbase file to SQL Server using DTS. The table into which the data is moved contains a clustered index and 2 non-clustered indexes. My problem is that t...
Zones: MS SQL DTSDate Answered: 06/22/2008 Grade: B Views: 21
Hi Experts! I have one solution to migrate database and I use DTS to migrate data from old database (source) to new database (destination) by following step. - Create stored procedures for ins...
Zones: SQL Server 2005, MS SQL Server, MS ...Date Answered: 03/19/2008 Grade: A Views: 59
HI I am having difficulties in trapping record count in DTS. This is what I do, I have vb6 application that transfer data from csv file into sql server table. I use DTS to do that in vb6 enviromen...
Zones: MS SQL DTS, MS SQL Server, VB DBDate Answered: 05/05/2008 Grade: A Views: 45
I am doing a data conversion and have built many DTS packages on a Sql 2000 server. These packages were moving data between one database and another on that same box. At the last minute we/they hav...
Zones: Databases, MS SQL DTSDate Answered: 06/03/2006 Grade: A Views: 0
Hello All, What I'm trying to accomplish. Execute a sql statement Take query results, and create a new excel file. Within the VB Script define the name and path of the file, using that ...
Zones: MS SQL DTS, MS SQL Server, SQL...Date Answered: 07/28/2008 Grade: A Views: 148
Hi! I would like to generate a SQL query to find all duplicate records in my barcode file where each record of the barcode has a date range for valid date. Say the table is the following... ...
Zones: Databases, MS SQL Server, SQL SyntaxDate Answered: 05/13/2008 Grade: A Views: 0
The first thing I need my DTS pkg to do is to check whether the files it's about to pull from our FTP server have the current date.  (I can already use VBS to check file properties after they've be...
Zones: MS SQL DTS, FTP Servers, MS DevDate Answered: 09/17/2008 Grade: A Views: 60
I want to setup a DTS package to export data to excel where the source and destinations are dynamic. This means the source fields will change every time the package is run. I need a way to dynamica...
Zones: MS SQL DTS, Databases, MS SQL ServerDate Answered: 09/17/2008 Grade: A Views: 0
Hello, I am trying to dynamically adjust the Error File name in the Error Handling section on the Logging tab of my DTS package properties. That is, if the package is named "B2B_Import_Daily", then...
Zones: MS SQL DTSDate Answered: 03/12/2008 Grade: A Views: 10
I am transforming an Excel file to a CSV file.  I have a numerical field that I need to format to only 2 decimal places.  I'm doing the following: Function Main()       DTSDestination("Charge 1") = ...
Zones: MS SQL DTS, VB DB, MS DevDate Answered: 04/26/2008 Grade: B Views: 28