| Thread | Last Post | Replies |
|
| SSIS Learning curve | 30 Mar 2007 21:46 GMT | 1 |
I need to setup a process that would pull data from different source, compare it to "local" SQL Server 2005 database resolve and update data differences. So, I started new SSIS project, hoping I can figure out things as I go, that's how I learned DTS after all. But I am totally ...
|
| DTS adds extra character to EXCEL file | 30 Mar 2007 13:58 GMT | 2 |
I'm using SQL2000 DTS services to export stored procedure result to EXCEL file. When I open EXCEL file, all the data is prefixed with ' character like 'AAMURUSKO
|
| SQL 2K DTS Called from ASP page fails on Importing text file task | 29 Mar 2007 21:56 GMT | 2 |
The DTS package reaches out to another server on the network to pull in a text file. The DTS package runs fine when launched from Enterprise Manager or if scheduled as a job. It FAILS to import the file when launched from an ASP page. The other tasks in the job run fine ...
|
| SqlServer 2005 Transfer Flame | 29 Mar 2007 20:04 GMT | 8 |
Today, I wasted six hours trying every way I could think of to transfer data between a remote SqlServer2000 server and a local SqlServer2005 server. Prior to "upgrading" to this ridiculously poorly designed piece of trash known as SqlServer2005 that process would've taken about 3
|
| script for ftp | 29 Mar 2007 19:59 GMT | 4 |
I made a batch file which runs an ftp script. I'd like to put this either into a sp. Not sure how to go about this. Here's the batch file: ftp -i -s:c:\laufer.txt laufer.com > c:\laufer.log
|
| Renaming db for all connections (Russel Loski) | 29 Mar 2007 19:59 GMT | 5 |
I want to rename the db for the test db to the production db. Russel Loski gave me this code: Sub loadPackages() Dim rs As Recordset
|
| Slow copies | 29 Mar 2007 13:36 GMT | 2 |
I think I have a problem with the transmission speed of data when doing a DTS between two SQL 2000 SP3a server hosts running Win2K SP4. They have the same updated MDAC versions and I've conducted several tests, including running the SQL Best Practices tool to check server ...
|
| Column Transformation - SSIS | 28 Mar 2007 20:43 GMT | 1 |
I have a column containing string data like the following: CORP/EAST/TENNESSEE And I need to transform this data to split out the names using the "/" as the delimeter. I was doing this in Excel using "Text to Columns". Please
|
| Windows Server 2003 upgrade, ODBC error | 28 Mar 2007 10:57 GMT | 2 |
We have just upgraded our 3 main production servers to Windows Server 2003 from Windows Server 2000, these consist of a file server, SQL server and exchange server. We are having problems running SQL jobs that run DTS packages. The
|
| Management studio vs Enterprise manager - accessing dts jobs | 28 Mar 2007 08:56 GMT | 2 |
Hey, I just installed sql server 2005 onto a new machine to play around with it, having used client tools from sql server 2000 on an old machine. I connect to a remote sql server 2000 database and pretty much all the functionality is there using management studio - however I am ...
|
| How to set up command to run when the database is brought online? | 28 Mar 2007 08:00 GMT | 2 |
I'd like to be able to execute an SQL command automatically when the database is brought online (or attached or the server starts). I assume it'll require DTS, but I don't even know what to ask for in Help. (SQL Server 2005 SP2)
|
| SSIS Parameters with Multiple Values (For IN clauses) | 28 Mar 2007 06:47 GMT | 1 |
Hello, everyone! I'm attempting to develope an SSIS package that uses variables passed to determine selected values. I'm using an OLE DB Source, and passing the query in that source values from
|
| SSIS Data Flow Precedence | 28 Mar 2007 06:38 GMT | 1 |
This is a long explanation, so apologies in advance!! In a Control Flow I can use precendence constraints to determine how and when things run. However, I've got a need to do something similar in a Data Flow.
|
| Copy a database from Sql Server 2000 to 2005 | 28 Mar 2007 04:15 GMT | 1 |
I can't Copy a database from Sql Server 2000 to 2005. I am using the Copy Database option from Management menu. I want to transfer all tables, and all stored procedures. I've tried everything for the past 3 days, and it didn't work. I always get the same error.
|
| Using transactions in DTS | 27 Mar 2007 19:44 GMT | 4 |
I have a pump that does one data pump and then runs a series of sprocs (In Execute SQL tasks) on the data to transform. The transaction file is growing quite large (I don't have access unfortunately to the customer's production server). If the DTC service is not started, that
|