| Thread | Last Post | Replies |
|
| Packaging DTS Components with .NET Application | 19 May 2005 19:53 GMT | 3 |
I have a small app that does some file exporting from an SQL server. On this SQL server a DTS package is run to draw in data from a dBase datasource. In the application I have written a routine that will run the DTS package on the server and report success or failure, the
|
| Error When Opening Package | 19 May 2005 19:51 GMT | 2 |
I copied a package from server to another and now I can not open it on the test server...I get the following error: Invalid class string: any ideas?
|
| EXISTS Versus IN | 19 May 2005 19:51 GMT | 1 |
Is there any performance differences between the use of EXISTS and IN within queries?
|
| Problem Executing DTS Task from VB | 19 May 2005 15:50 GMT | 7 |
Running DTS from VB is new to me, so apologies for the newbie question. I have a DTS package which runs problem free in MMC. I wanted to automate the execution using VB6. I've loaded the a Package2 object using the LoadFromSQLServer method (which works fine), but the Execute ...
|
| Repeating 3 Datapump actions between the same datasource/destinati | 19 May 2005 08:54 GMT | 3 |
I need to repeatedly call 3 stored procedures (only the first 2 stored procedure need to be called repeatedly) on a Sybase ASE 11 database to pull data into a SQL Server database table (with different parameters): e.g.
|
| Generating one table with a terabyte of data | 18 May 2005 23:09 GMT | 15 |
I need ideas on how to improve a process that can generate a terabyte of data in a week. Our company produces software that analyzes code and one of the things we do is Code Duplication. We're processing hundreds of millions of lines against each other and generate gigabytes of ...
|
| GetExecutionErrorInfo fails...help | 18 May 2005 21:17 GMT | 1 |
I know that GetExecutionErrorInfo doesn't work when called from within a VB script. So I downloaded the zip file that the ActiveXHelper COM object from http://www.sqldts.com/redir.aspx?45, and registered the ActiveXHelper DLL as
|
| GetExecutionErrorInfo Method Fails when executing | 18 May 2005 21:16 GMT | 10 |
I am trying to determine if any of the step in package failed. I am executing a package from within an ActiveX script. The execution of the package works fine; however, when I try to retrieve the error information, the call fails indicating Type missmatch or wrong number of ...
|
| assign password | 18 May 2005 20:58 GMT | 1 |
Does anyone know if there is a way to assign an owner and user password to an existing DTS Package without having to do a saveas and give it a new name. Thank you,
|
| setting a alert on time out of a schedulted dts package | 18 May 2005 17:44 GMT | 2 |
what i want to do is a follows: 1. schedule a DTS package with timeout.but should not terminate the job. 2. when it timesout i want to send out a alert that the job has timed out can anyone guide me on how to do this.
|
| help on sp_help_job | 18 May 2005 17:43 GMT | 1 |
does nay one have a idea which tables r used by this sp
|
| Execute Package Task error | 18 May 2005 13:49 GMT | 2 |
I have encountered this situation a number of times and wanted to see if anyone else has run into it. I have a few packages that primarily call other packages they are kinda a loader package. I create this new "loader" package and add one or more
|
| Error While Accessing Global Temporary Table inside a DTS Package | 18 May 2005 13:38 GMT | 8 |
I am creating a global temporary table by calling a stored procedure in one of the steps in a DTS package. In another step, I am trying to fetch records from the global temporary table. I am getting some errors here. How to resolve this?
|
| Upgrading DTSRun.exe from SQL Server 7.0 to SQL Server 2000 | 18 May 2005 09:14 GMT | 2 |
On my development DTS server, running Windows 2000 server, I have -d:\Program files\DTSUtilities\Binn\DTSRun.exe, which has a version of 7.00.694 -d:\program files\Microsoft SQL Server\80\Tools\Binn\DTSRun.exe (SQL 2000's
|
| Scheduled DTS package job fails? | 18 May 2005 00:09 GMT | 1 |
I created a package on our dev server and can manually execute it OK from Enterprise Manager, but when I schedule it, the job fails. I'm having difficulty determining why this happens or where the error should appear. Are there common things I can check for, or settings I need to ...
|