| Thread | Last Post | Replies |
|
| Importing multi-line record from text file | 31 Oct 2006 11:58 GMT | 1 |
Hi all, I've searched this forum quite a bit and haven't found anything to assist me in what I am trying to do. We are FTP'd at various times 2 files to be 'imported' into a SQL databse. The .txt file contains the record that actually needs to be
|
| Dialing from DTS? | 30 Oct 2006 14:10 GMT | 1 |
I have a possible project to work on where I will have to (unfortunately) pull data from multiple servers, each with it's own dialup connection. My question is, is it possible to dial a connection from within DTS,
|
| ActiveX Converting Zero Length Strings to Nulls | 28 Oct 2006 17:52 GMT | 2 |
In order to test the data from the source file, I changed the DTS load job to use an ActiveX script instead of just a copy. I noticed that data with a zero length string are getting converted to nulls and this is causing an issue. There is nothing in the command which tells it ...
|
| DTS reports success but missing a record | 27 Oct 2006 21:24 GMT | 2 |
Is it possible that a DTS job reports success, but isn't? I created a DTS job and saved it. The query was: select * from table where date >= '20061024' and insert the results to a table on another server of identical stucture and name that had no records in
|
| Changing databases on DTS Transform Data Task | 27 Oct 2006 20:37 GMT | 1 |
I created a DTS package which loads data from Access to SQL Server. It will be used in 15 different databases. The table names are exactly the same in each database. As I rolled out the package to each database, I changed the connection object to point to that database. I ...
|
| Export to Excel - File not created | 27 Oct 2006 17:04 GMT | 2 |
I'm using SQL Server 2005. I've built a DTS. Essentially it does this: Create a table and insert data Delete an excel file Export the table to Excel
|
| Dynamically Export to Excel. | 27 Oct 2006 07:57 GMT | 4 |
I am trying to query the database and based upon which I have to generate multiple excel files as per the number of users. I am planning to use DTS...and I think activex scripting needs to be done. Does anybody have any sample code which I can look at?
|
| How to identify the DTS package that is used in the SQL jobs | 26 Oct 2006 16:30 GMT | 2 |
How to identify the DTS package that is used in the SQL jobs? Thanks
|
| DTS Transfer Job Fails | 26 Oct 2006 00:35 GMT | 4 |
I have an SA credentialed connection for both the source and destination server. Both servers are SQL Server 2000 standard. The job fails with an "unspecified error" which obviously is little help. I know it is connecting to both servers as it even shows me which jobs are already ...
|
| Transfer data from DB2 to SQL Server | 25 Oct 2006 21:37 GMT | 2 |
Hello. What is the best way to transfer data from DB2 to SQL Server 2000? Any feedback is appreciated!
|
| Not Run | 25 Oct 2006 16:09 GMT | 2 |
I have a DTS that is not executing any of the steps. They are not disabled and checked to run on the main thread but they come up as not run. I running Sql 2000 sp 4. Thanks
|
| SSIS and ODBC Connection Woes | 25 Oct 2006 15:02 GMT | 1 |
Can anyone tell me how I can get an ODBC connection from the Connection Manager window into the Control Flow or Data Flow windows? I have 3rd party ODBC drivers that are essential to gaining information from our non-SQL systems in order to create data warehouses for AS cubes. I ...
|
| Importing Empty FIle | 25 Oct 2006 13:54 GMT | 2 |
I wonder if there is a work around for the following problem, I have a DTS pack that imports a number of uploaded files as well as files that show errors that we have had in the files that we have uploaded. The DTS works fine when there are errors listed in the Error file but ...
|
| database refresh??? | 25 Oct 2006 01:30 GMT | 4 |
I need to refresh the database1 in TEST. In an other word it has to be restored. I have a database file database1.db. Do you know how a can proceed from Enterprise Manager? Thanks
|
| Passing variables to subpackages with ActiveX scripts in DTS | 24 Oct 2006 23:41 GMT | 2 |
I created a package which executes 15 other packages. Each of the inner packages contains 3 variables which determine which files to load. Is there a way to set these variables once on the main package and then have them propagated to the sub packages programmatically? The ...
|