| Thread | Last Post | Replies |
|
| temp table and DTS | 28 Feb 2006 11:34 GMT | 1 |
I want to call a sp in DTS, where SP return output from a #temp table. Its not working . Is there any other way
|
| DTS transfer by passing log | 27 Feb 2006 22:49 GMT | 6 |
I have 200 mil records in one table need to be transferred from one server to another server fro test.What is the best way to do the transfer by passing the log? Select into?
|
| DTS package problem with decimal separator | 27 Feb 2006 20:58 GMT | 1 |
I'm have a DTS package that imports a text file into a SQL 2000 db. My problem is that one of the fields in the text fil contains a price with comma as decmal separator. The text file:
|
| Dynamic SSIS Package to move data | 27 Feb 2006 20:13 GMT | 3 |
Is there an easy way to dynamically configure DataFlow tasks in your package? For example, I'd like to be able to pass in a variable for the name of the source and destination tables, and have the package read the metadata for these tables in the dataflow task.
|
| Problem in Exporting data to excel file which is on another server | 27 Feb 2006 13:21 GMT | 1 |
I have 2 servers: one is WebServer, the other is DBServer SQL Server is installed on DBServer, I created a DTS (exporting from table to Excel file), the destination file is on WebServer( \\WebServer\aaa.xls). I successfully run the DTS in Enterprise Manager, but failed when ...
|
| How to pass updated variables from child package to parent package | 26 Feb 2006 12:30 GMT | 2 |
I have a script task that generates Foreign Key drop and create scripts. The output of the task goes into variables. I have this task in its own package, and can successfully pass input variables to the child package from the parent package.
|
| Best Practice | 26 Feb 2006 05:09 GMT | 5 |
I work for a poultry science company and we generate about 15 csv files per day from an egg scale we use to grade and package. One csv file is one record, and each row represents a field much like a column does in a table. I believe it's called a line-dependent csv.
|
| convert dts to SSIS problem | 25 Feb 2006 21:38 GMT | 1 |
I am converting a 2000 DTS script to SSIS and am having a problem in figuring out what approach to use in a specific task that I have. I previously did this with a transform data task. I am tring to copy data from an analysis service cube to sqlserver2005 using
|
| restore a DTS package that was deleted, where do I start? | 25 Feb 2006 20:28 GMT | 3 |
I deleted a dts package and need to restore it. I understand that the package should be in the msdb table, but id not. We do backup the server to a tape backup, but I do not know where the dts packages are stored. Is it in the msbddata.mdf file? If so, if I retore just that file, is ...
|
| SSIS, Lookups, and Redirect Row | 25 Feb 2006 20:23 GMT | 1 |
I was wondering if there was a way to further examine a redirected rows from a lookup? For Example: If I have a lookup comaring two sources (Flat File against a DB Table)
|
| How to use RTRIM in a DATAFLOW task | 25 Feb 2006 20:16 GMT | 2 |
What is the best way to remove trailing spaces in a dataflow in a SSIS package? The SRC OLEDB connection is to a Visual FoxPro DB - all of the columns in the tables are CHAR so trailing spaces are included in the dataflow.
|
| Importing Excel files to SQL | 25 Feb 2006 20:15 GMT | 3 |
I have 1 to n Excel spreadsheets I need to load to SQL tables. Excel files names are table names in database and Excel column names are table columns. I need to check if table exists in db, rename existing one to name_bak, create a new table and insert data into it from Excel.
|
| Identifying a DTS package from a Job | 25 Feb 2006 20:12 GMT | 2 |
I am trying to port a job where there are several DTS packages in various steps being called from cmd. How can I identify what package names are associated with what job step so I can move the DTS packages as well? thanks
|
| Connection Selected Databases can't be configured? | 25 Feb 2006 19:59 GMT | 1 |
The connection for a Check Database Integrity Task allows selection of specific databases. However there appear to be no equivalent configuration properties for these selected databases. Is there a workaround for this? (Preferably not editing the dtsx files or
|
| Open 50 DTS Packages | 24 Feb 2006 22:01 GMT | 4 |
Our server crashed and I'm in the process of re-installing everything. We use SQL 2000 and I have all the databases from backup. I now have about 50 DTS packages that I need to open and save into SQL. Is there a way to do it so I don't have to manually go through 50 DTS
|