| Thread | Last Post | Replies |
|
| DTS package works on all clients cept one | 25 Feb 2005 13:37 GMT | 2 |
I am attempting to debug the "number of failing rows exceeds the maximum specified" error on an xpp sp2 client with client tools with sp3a. The DTS package copies rows from an excel document into a
|
| DTS global variable / data source (scope?) question | 25 Feb 2005 10:09 GMT | 3 |
I have a DTS package that imports a text file. The test file it import depends on a global variable that an activex script looks up while its running (it changes the source of the Text File (Source) connection). It all works fine.
|
| importing Tables from one SQLDB to another SQLDB, HOWTO import the PrimaryKey property? | 25 Feb 2005 07:29 GMT | 4 |
Hello NG, i really like the DTS, but why one earth cant the DTS copy the primary key property? I always have to edit the importetd tables manually and set
|
| Callig package from main package | 25 Feb 2005 06:03 GMT | 1 |
I have active x Script in main package which calls send mailtask in another package. both packages are in the same database. can any one help me by providing an example. i am new to Active x Scripting. thanks
|
| pass param to stored proc | 24 Feb 2005 23:10 GMT | 5 |
I want to pass a param to a stored proc, from a DTS package. I'm able to pass params to queries in certain Execute SQL Tasks (by using a Global Var and the ? in the query), but I can't figure out how to pass a param to a stored proc in an Execute SQL Task. Can I? Or do I have ...
|
| Data Transfer update only | 24 Feb 2005 22:27 GMT | 4 |
I try to setup the data transfer package from DBIII to SQL2000. How can I setup the DTS package tansfer only the new data daily? Thanks,
|
| Need to overwrite text file, not append to file in DTS package...h | 24 Feb 2005 21:36 GMT | 5 |
Using SQL Server 2000 DTS package runs a simple query from a SQL Server table in the 'Transform data task' object and then writes results to a text file defined in tab 'Destination' under 'Table name:'.
|
| Need OPCON job running DTSRUN to overwrite OPCON job output file | 24 Feb 2005 20:56 GMT | 5 |
Using SQL Server 2000. Running the following DTSRUN line in OPCON job: DTSRUN /N"XML Data Load 1" /E /SDEV1 /L\\OPCONJOBS\OUTPUT\XML01.out The file XML01.out is growing larger and larger due to the DTSRUN output
|
| DTS Excel Import Filename | 24 Feb 2005 20:54 GMT | 3 |
Is there any way to pass a file name to a DTS Package? I'm using a DTS.Package2 object in VB6 (using LoadFromSQLServer etc.). The package imports an Excel file into a SQL2000 table. When I created the DTS import I specified a file name, but I'd like to be able to override it in ...
|
| DTS package log question | 24 Feb 2005 19:52 GMT | 1 |
I have a DTS package that is doing some unexpected things. I know the log shows which steps in the package were executed. Is there any way to track more detailed information like what the Global variables are at each step or what lines of code are executed
|
| perform a two dimensional lookup | 24 Feb 2005 19:52 GMT | 5 |
How can i perform a two dimensional lookup through DTS. Therefore I want to pick a value from a table by providing primary key and column name. My table is having 50 columns. I can implement the functionality using 50 lookups but that seems like a bad idea.
|
| DTS and HTML File | 24 Feb 2005 19:06 GMT | 3 |
Hello, I want to use a HTML File connexion but I don't know how to configure this connection. Do you have an example ? Thank's.
|
| Problem reading data from Excel spreadsheet from DTS | 24 Feb 2005 17:29 GMT | 1 |
I've been using DTS to import data from Excel into a database (both SQLServer and Oracle). I've run across a problem recently in a couple of different spreadsheets where a cell that has data in it is being read as NULL from DTS. This happens both when I write a SQL query for ...
|
| Parse Text File before Import | 24 Feb 2005 16:02 GMT | 1 |
I am using a DTS package to import a text file that contains weblogs from our firewall. I need to parse out one field before the import in sql2k. The field contains the date yyyy-mm-dd 00:00:00. I would like to move the time 00:00:00 to a new column in the sql db.
|
| How to Import Muliple Text Files to same table ? | 24 Feb 2005 15:59 GMT | 2 |
I was pointed in this direction from microsoft.public.windows.server.sbs I have a question about automating importing text files into a table in SQL Server. I`m a complete SQL server "noob" but I am looking for a way to import all
|