| Thread | Last Post | Replies |
|
| DTS Failure Problem | 10 Feb 2005 14:41 GMT | 3 |
I've created dts that sends data from one server to another I got an error: BACKUP LOG permission denied in database 'destination database' Whad is wrong?
|
| Dynamic Column Mapping | 10 Feb 2005 13:54 GMT | 1 |
I need to load various excel file into SQL server. For every excel file i have mapping table mapping excel column to SQL column. I am currently dynamically generating insert statement from this mapping table and then use to load records into sql server. For taking data from excel i
|
| Dynamically FTP file | 10 Feb 2005 11:03 GMT | 3 |
Good day, I hope someone can help. I am using the FTP task from SQL Server 2000 DTS. I have an application in place that every day creates a log file with the
|
| Import Multiple Files using dts | 10 Feb 2005 00:26 GMT | 2 |
Hello, I want to create a DTS, it must import multiple csv files from the same Folder into two different tables. The files are "LDP_" + 3 letter code( like LDP_CCC,LDP_XXX) and "ADP_" +3 letter code (Like ADP_AKC,ADP_MEM) . I know how to load it to the database, I am using ...
|
| View to Table using designer instead of Import/Export wiz | 09 Feb 2005 23:44 GMT | 1 |
I want to transfer some views from one server to another. But I want the views to be materialized into tables on the destination server. The views are different with different structures (different number of columns, name...etc). I
|
| Log gets filled | 09 Feb 2005 17:27 GMT | 4 |
I have a DTS job which copies 20 tables from a Sybase database to Microsoft SQL Server database. The sybase connectivity is a ODBC Connection, and SQL server native connection.
|
| Insert and DTS | 09 Feb 2005 14:28 GMT | 2 |
I would like to ask what is the syntax error in this: sql = "UPDATE Weeks SET WeekStart = "& ww &"" & vbCrLf & _ "FROM CurrentWeek WHERE Weeks.WkNo = CurrentWeek.Wkno + 1" ww is a global variable
|
| Scheduling DTS package use 50% of my cpus | 09 Feb 2005 13:46 GMT | 1 |
I have a lot of packages executed from 1 package. when I execute the main package interactively, my 2 processors are used at 100% (execution directly from the DTS designer)
|
| Sticky destination database name | 09 Feb 2005 06:41 GMT | 2 |
I build a fancy DTS package to migrate data from a source database S to a destination database D. But, I can't touch D right now, so I actually build the package to use destination X. Everything works. Now, I try to use a dynamic connection to set the destination initial
|
| Advice on DTS and FileImporting | 09 Feb 2005 03:51 GMT | 2 |
I am looking for some advice/ or examples on the best approach for Importing a text file to a SQL Server DB using DTS and a GlobalVariable for the pathName. I plan on executing this DTSPackage from a VB.NET application.
|
| Just reinstalled SQL Server 2000...now DTS pkgs fail! | 09 Feb 2005 03:23 GMT | 1 |
We had some serious server problems and ultimately had to reinstall SQL Server 2000 on a Windows 2000 Server box. Initially, we installed SQL server under a domain account named srmsql. Under this installation we created everything, (DBs tables,
|
| Global Variable in Sub-Select Query | 09 Feb 2005 03:02 GMT | 1 |
I thought I knew a lot about DTS, but I realize what a novice I am after reading this news group. I am not new to DTS, but new to Global Variables. I am trying to loop through a global variable rowset and update data in a table.
|
| ftp | 08 Feb 2005 23:25 GMT | 1 |
Is it possible to ftp to a remote UNIX site and execute a shell script at that site?
 Signature Don
|
| Tricky query...can it be done in a DTS? | 08 Feb 2005 22:48 GMT | 2 |
I'm new to DTS so I appreciate any help. So far I haven't been able to figure this out. I want to left join one table (TableA) to 3 other tables (TablesB, C, D) . (I need all the data in Table A returned).
|
| How to return a Child Package Global Variables | 08 Feb 2005 22:31 GMT | 3 |
I want to use a (Parent) package to call on several other (Child) packages. I need to return from these Child packages specific Global Variable values in order to determine what additional Child packages I need to call on. In addition to this I need to pass some Parent Global ...
|