| Thread | Last Post | Replies |
|
| Populate a DB from Excel | 10 Jan 2005 08:21 GMT | 2 |
I am writing an installer for a database driver application. The installer is supposed to create the DB, tables and populate the tables with sample data from an excel file. The excel file containing the sample is generated via the DTS wizard from an
|
| Basic DTS Transformation Problem - Need Help | 09 Jan 2005 19:51 GMT | 1 |
Hi all -- I'm trying to write my own ActiveX transformation script to copy some fields from an old table using a couple different data types to a new table. I seem to be having problems with the different data types and can't get DTS
|
| Best way of user copying database on same server | 09 Jan 2005 19:49 GMT | 1 |
We have a situation where we having a training database on the same instance as the live database. At irregular intervals, a user needs to copy recent live data over on to the training database. In the past, this has been done by the user restoring the latest backup over
|
| dts file | 08 Jan 2005 12:53 GMT | 5 |
I have some .dts files but do know how to open them, anyone knows , thanks a lot.
|
| ARITHABORT OFF Not working in DTS | 07 Jan 2005 22:37 GMT | 2 |
I have a script below, when I run it on its own, it is great, but when I run it as an "Execute SQL" task as part of a DTS package, the step fails with a "division by zero" error. Shouldn't it ignore this error due to setting ANSI_WARNINGS and ARITHABORT both to OFF? I get the error ...
|
| PLEASE HELP!!! I am using activeX in a DTS Package | 07 Jan 2005 22:11 GMT | 3 |
I am converting an Access Database to SQL. My problem is that I have many different source fields I want to put in to one field (CaseNotes,Notetext) in the DTSdestination but I want each to create a new recordset. Right now the last transformation to take place is the
|
| Operating System Command (CmdExec) will not run from Job Agent | 07 Jan 2005 22:09 GMT | 9 |
I am simply trying to run DTSrun.exe from the Job Agent in SQL Server and everytime it Says that the job failed. The job failed. The Job was invoked by User CHQPVUW0806\LenceRM. The last step to run was step 1 (cmd).
|
| Date Transformation from YYYYMMDD | 07 Jan 2005 20:41 GMT | 1 |
I'm very new to DTS, but here goes: I've got a source file with dates stored as YYYYMMDD, and I'd like to move the data into a datetime field. I've figured out the basic transformation steps, but I'm running into a problem with source dates = '00000000' (e.g.
|
| DTS and InnoSetup | 07 Jan 2005 04:09 GMT | 4 |
Does anyone have a way to install both a DTS package and/or a DTS Custom Task via InnoSetup?
|
| Is there a limitation on the number of Tasks that can Run in Parellel ? | 06 Jan 2005 22:31 GMT | 5 |
We developed a DTS package that would pull records from 12 different source tables and inserts into 12 different target tables. For this, we created 12 different "Transform Data Tasks" that run in Parellel.
|
| Change DSN Source Path | 06 Jan 2005 20:55 GMT | 4 |
Is there an easy way to change the source path for a DSN using the DTS object model? I have a DTS to import DBFs into SQL. Because I want to do some complex join queries with the DBFs while importing I cannot use the native dBase
|
| Debugging DTS Package | 06 Jan 2005 20:21 GMT | 1 |
Does anyone have any tips for debugging a DTS package? I've enabled JIT debugging. It launched Visual Interdev for me to step thru code. Problem is -- I can't change anything. Guess this is how it works.
|
| dts run time | 06 Jan 2005 20:20 GMT | 1 |
I am looking for the dts run time. Is this information stored anywhere in the database tables (package name, how many mins etc..) ? sql 2k, win 2000 Appreciate the responses.
|
| Need to import edi data | 06 Jan 2005 20:15 GMT | 4 |
Hello. I need to import an EDI TS-130 file (that contains academic transcript information) into SQL Server 2000 via a DTS. Under "Data Source", what should I indicate? Do I need a third party tool? Thanks.
|
| Problem running DTS package - not performing table updates | 06 Jan 2005 15:09 GMT | 1 |
I'm having a problem running a DTS package in VB. Everthing works fine on our development PC but when we install on our test PC the package seems to run (ie we're not getting an error message) but doesn't transfer the data to the table in SQL Server 2000.
|