| Thread | Last Post | Replies |
|
| How to specify destination table | 14 Jun 2005 22:15 GMT | 5 |
I want to set destination table programmaticaly in Transformation Data Task. Is it posible? Thanks
|
| backup of DTS packages | 14 Jun 2005 14:26 GMT | 2 |
I'm seeking help on system backup for DTS packages, and, information on how to backup or save DTS packages so they can be moved / restored to another server. (we can save to individual .dts files but this is longwinded - we're looking for a batch solution)
|
| Execute package from within a package? | 14 Jun 2005 14:25 GMT | 2 |
I have a DTS package (DTS#1) that has an ActiveX script that compares two values to determine whether package DTS#2 should be executed or not. Does anyone have an example of how to execute a package from within an ActiveX script or is there a better way to handle this?
|
| DTS pkg modification with VB | 14 Jun 2005 13:03 GMT | 2 |
If I open my DTS pkg in Designer, and then save it as a .bas file to modify it, how can I bring it back in to DTS "Local Packages" in Enterprise manager? Thanks.
|
| help assigning value to global variable | 13 Jun 2005 22:49 GMT | 5 |
I have a dts package that reads a text file and enters the data in a table. There is a global variable which I have to pass the value when executing the package. Instead of passing a value I want the package to do everything. All I have to do is ececute the package.
|
| Datatype Problem with DTS/IS 2005 | 13 Jun 2005 19:55 GMT | 1 |
Chaps.... I am facing a problem with DTS 2005 (or actually IS 2005, DTS's "successor") that I am really not able to resolve as of now. I have a package that reads a flat file and writes data into a database
|
| dtsrun.exe hangs before complete | 13 Jun 2005 19:36 GMT | 2 |
I created a simple DTS package to export data of some tables to Excel file. I want to execute it with dtsrun.exe but it hangs before complete. The message is like these( I’m using SQLServer Japanese version so I
|
| Import of text file using ActiveX.... | 13 Jun 2005 19:08 GMT | 2 |
New guy here - basic situation is as follows. Trying to import text file into SQL Server. The file is sometimes empty so I want to skip the attempted copy if the file is empty and move on to the next step. the procedure I'm attempting is at:
|
| Date conversion in DTS | 13 Jun 2005 15:21 GMT | 3 |
I have created a DTS package for reading data from Excel sheet and copying them to SQL Server database. Overall it works fine. But I have a query about date conversion and would be thankful if someone can help me with the same. Here I go -
|
| Old DTS saves | 13 Jun 2005 13:26 GMT | 2 |
Potential newbie question... I have one package that runs inside another one. I have noticed that I have to update which version of the package I am running in the envolping one. So lets says I make a change and save - it gets a different time stamp.
|
| Custom DTS Task does not persist checkbox values | 13 Jun 2005 13:23 GMT | 1 |
I have defined a DTS custom task with the following declarations for the DTS Custom Task class 'Required for CustomTask Implements DTS.CustomTask
|
| Importing Data From Excel File | 13 Jun 2005 09:55 GMT | 1 |
Im Trying To Import Data From Excel File To Table. This Table Have 2 Fileds Only & They r Both Primary Key & With Relation to Another Table But It keeps give me the error that there is a violation in Primary Key
|
| Sql Server task failing for parameters | 13 Jun 2005 07:01 GMT | 1 |
When I am building a sql server task I am not be able to put a global variable inside a dynamic command. Look at this: SET @bcpCommand= 'bcp ' + @db + '' + @table + ' out ' + @strPath +
|
| Driver Error when running DTS directly on the server | 13 Jun 2005 06:57 GMT | 1 |
I have just created some DTS package wich pump data from Visual FoxPro database to SQL Server 2000. Everything works fine when I execute de package on my local machine or any other machine that aren't servers.
|
| Empty text file(destination) problem | 13 Jun 2005 06:51 GMT | 3 |
I'm having intermittent problems with a DTS package randomly generating empty files. My package is actually split up into 4 packages, due to size, and each package calls the next package in turn. The first 2 packages work fine (no exports) gathering data from an external ...
|