| Thread | Last Post | Replies |
|
| Copy database with identity columns (SQL 2005) | 21 Mar 2006 10:23 GMT | 4 |
Reading online and in the newsgroups, I still haven't come across any easy way to copy a database with identity columns intact. I can't put the source DB offline (detach) and I don't provide my developers with full sysadmin rights or NTFS rights to the backup folder.
|
| beginner question | 21 Mar 2006 01:09 GMT | 4 |
can not see how to create a DTS package, using SQL Measurement studio, thanks. I have created many using Enterprise manager with sql2000.
 Signature Paul G
|
| dts export / Incomplete file format information | 20 Mar 2006 23:48 GMT | 9 |
SQL Server 2000 SP3 I'm attempting to create a DTS package that exports data from a stored proc to a text file. When the package is run I get the following error:
|
| SSIS and 'Cannot insert the value NULL into column 'myField'' | 20 Mar 2006 22:08 GMT | 1 |
*simple problem and newbie has no clue..* ;-) I have to copy data from one sql server table into another sql server table. I'm using SSIS for the first time... I'm using a simple data type conversion to move the data from one table
|
| Date manipulation | 20 Mar 2006 22:07 GMT | 2 |
I need to write a DTS package which is date oriented and I'm having problems getting something coherent. I'm not a big guy in SQL Server, so please excuse my ignorance. I need to get some sales information based on the previous day...however, if
|
| DTS Task description | 20 Mar 2006 22:05 GMT | 4 |
what sys table holds description on a dts task?
|
| sysdtspackages | 20 Mar 2006 20:47 GMT | 2 |
Hoe do I get the latest DTS version ID with an sql statement?
|
| Can you FTP to UNIX with DTS? | 18 Mar 2006 00:58 GMT | 1 |
I'm trying to set up a DTS job to FTP from SQL2000 to Unix. I seem to only be able to use UNIX as a source not a destination. Is there another task I should be using to move a file from SQL to Unix? Thanks.
|
| MANIPULATING? STRING | 17 Mar 2006 10:45 GMT | 1 |
Can anyone help with this problem
|
| DTS Failure | 17 Mar 2006 10:44 GMT | 3 |
I'm getting the following message when running a DTS package (SQL 2000) "Microsoft Data Transformation Services Flat File Rowset Provider, Error opening datafile: The system cannot find the file specified" The file is residing on the servers local hard drive. It is a fairly simple
|
| STRING PROBLEMS | 17 Mar 2006 10:39 GMT | 1 |
Can anyone help me with the following problem....i have a description filed that has many spaces in beween words...how can i remove them? DESCRIPTION ----------------
|
| Does SQL Server2000 DTS support sftp (secure ftp)? | 17 Mar 2006 04:02 GMT | 1 |
Does SQL Server2000 DTS support sftp (secure ftp)? Thanks. Ron
|
| Are there any conditional test in DTS? | 17 Mar 2006 03:59 GMT | 1 |
I would like to know if are there any conditional test to import data into SQL Server? I am importing data from a text file and I would not like the data to be duplicated in SQL Server. For example, if a Receipt code alreay exists in the SQL Server I would not like that ...
|
| get error message from previous job step | 17 Mar 2006 03:38 GMT | 1 |
I've a question that I can't seem to find an answer on so I figured I'd see if it can even be done. We have several DTS packages that are run on schedule through several jobs. Is there a way in job step to get the error message from a
|
| Code DTS Event handlers in an ActiveX Script in the DTS Package | 16 Mar 2006 14:26 GMT | 1 |
Code DTS Event handlers in an ActiveX Script in the DTS Package When executing a DTS Package in VB6 using the DTS Object etc ... You can install the DTS Event handlers and add code to them
|