| Thread | Last Post | Replies |
|
| Problem using SSIS to import FoxPro tables | 29 Aug 2006 16:13 GMT | 1 |
I have many FoxPro databases to import into SQL Server and I am using an SSIS project to import them. Small databases with small tables work great using the DataFlow task. When I get to databases with tables that are close to 2GB I have to work directly with the table (using a
|
| DataConversion | 28 Aug 2006 21:58 GMT | 1 |
Hii, My case seems to be a strange one. I want to populate data from from my xcel file to staging table and I am using a data conversion task in between (since without this I am getting
|
| File System Task with Source Variable error | 25 Aug 2006 18:38 GMT | 1 |
Okay, I'm confused. I'm setting up an SSIS package with a File System Task. The object is simple. I want to copy over my Production db backup file to my Development cluster on a nightly basis. Since I use the database maintenence plan for my
|
| Execute Data Flow Task via script | 25 Aug 2006 18:30 GMT | 1 |
I have a Data Flow Task component inside a package sitting on its own, i.e. its not part of the normal flow of execution steps in my package. What I want to do is to execute this Data Flow Task via script (depending on the value of a package-scope variable).
|
| Foreach container -> resume after exception to next iteration | 24 Aug 2006 09:06 GMT | 3 |
I have a problem with SSIS, after an exception occurs in my "foreach ADO enumeration" control the entire loop fails, that is -> the loop does not go on to the next iteration. I would like the loop to continue to its next iteration even though an
|
| Tell me why, Expert | 24 Aug 2006 06:37 GMT | 2 |
SSIS seperates Control and Data Flow which I beleive Data Flow was Transformation Task in DTS. Data Flow has lots of new tools to massage data like Sort, Aggregrate, Multicast, Audit, etc... and DataViewers. My question is I am not sure why i would want to do all the stuffs ...
|
| SSIS transfer database / transfer objects hell -- some help appreciated | 23 Aug 2006 18:00 GMT | 2 |
I'm trying to set up a SSIS package to transfer our dev database onto a test server for running unit tests, cleaning the db in the process. The DB is SQL 2005, SP1. The problems I'm getting are:
|
| Is there a file listener as the data source input? | 22 Aug 2006 10:49 GMT | 1 |
I want a package to run each time whenever there's a file drop in the specified folder. Is it possible in SSIS? Thanks, Jane
|
| SSIS DATE/TIME Problem | 21 Aug 2006 21:35 GMT | 1 |
i have a problem importing a Column from Oracle to SQL2005 because there are some (wrong) entries with a date < 01.01.1753. I think this can be solved with a derived column, but to be honest, I dont get the syntax. So I need something like this: If [DATE] < 01.01.1753 00:00:00 ...
|
| Row delimiter is being ignored | 21 Aug 2006 21:31 GMT | 4 |
I am trying to use the export wizard to export data from a SQL Server table to a fixed width text file. The problem seems to be the row delimiter is being ignored and multiple rows are being placed on the same row. This worked fine in SQL 2000.
|
| How to access running package components? | 20 Aug 2006 16:34 GMT | 2 |
I need to access and modify an Data Reader data source using an ADO.NET provider, and change the SQL query property at runtime. If this were an OLEDB data source, I could specify parameters or set the SQL string from a variable, but the Data Reader doesn't offer this option.
|
| Fast Load error | 19 Aug 2006 21:27 GMT | 1 |
can anybody tell me the best way to load data fast using SSIS? I'm trying to just disable the indexes on the destination table before i truncate and then load, but using the fast load option gives me an error saying that it was unable to produce a plan because the clustered ...
|
| Better way to perform Lookup??? | 19 Aug 2006 21:18 GMT | 2 |
Our data load processes use surrogate keys for data loads and I'm wondering (really hope the answer is YES!!) if there is a better way to perform the lookup. I'm using the lookup task to locate the surrogate key - based on the natural key for that source - and if the lookup fails ...
|
| Data Flow Task Failure Question | 16 Aug 2006 07:06 GMT | 1 |
Ok, I've searched high and low and cannot find a solution to a very seemingly simple question. I have a data flow task within my package that contains source, transformation, and destination components. I created a failure precedence contraint from the data flow task to a
|
| Scheduling SSIS package as a job | 16 Aug 2006 07:01 GMT | 2 |
Folks, Please advice me... I have deployed my package in sql server and it is running fine there.But when I scheule it as a job, the job is failing.(No config file for the
|