| Thread | Last Post | Replies |
|
| the conversion between types DT_UI4 and DT_I8 is not supported | 26 Feb 2010 05:27 GMT | 4 |
I need to migrate few tables from MySql to SQL Server 2008 and I connected to MySql with ado.net connection as a source and OLE DB to SQL When I executed the pakage I got error that says "the conversion between types DT_UI4 and DT_I8 is not supported"
|
| testing | 25 Feb 2010 21:27 GMT | 1 |
 Signature xarbot ywv
|
| SSIS Package - Update DB2 | 25 Feb 2010 14:22 GMT | 2 |
I have an SSIS package that runs multiple times a day. The package pulls all data from an AS400 table (F55EZIVD) and imports it to a SQL table (chatt_INVOICE_ITEM_TEMP). Now I would like to write back to the AS400 table and update a field
|
| Backup database task - Cannot create sub directory | 24 Feb 2010 23:05 GMT | 9 |
I am running a SSIS package to backup our databases on a SQL Server 2000 server. On the Backup Database task I checked the box to create sub directories for each database. I saw that SQL2K does not have the extended stored procedure. I tried to add it manually from the ...
|
| SSIS: Execute SQL Task Error ( | 24 Feb 2010 13:37 GMT | 1 |
I am trying to execute a stored procedure in Execute SQL Task. The stored procedure neither accepts any parameter nor returns anything (except for the default return integer). It used to work fine earlier and I am not sure what got changed as I am getting this error
|
| Flatfile Import: Persistent data conversion errors | 23 Feb 2010 15:40 GMT | 5 |
I have a Flatfile-Source and an OLE-DB-Destination (SQL Server 2008). I configured the Flatfilesource and added a Connectionmanager. The Preview of the Connectionmanager looks OK. I constantly get errors of the kind:
|
| can't connect to SSIS | 15 Feb 2010 21:23 GMT | 9 |
SQL2008 I have a VM (virtual PC) running XP that I use to connect to my office. The VM has been added to the domain and my user account is an admin on the local box.
|
| DBASE data conversion | 10 Feb 2010 22:57 GMT | 2 |
Trying to pull data from a DBASE table. Using SSIS and created an SSIS package with OLE DB Source. Then using Data Conversion Transformer Editor. All DBASE source data is smaller than 50 characters. I have available input columns set to string[DT_STR] and Length=50 and mapping ...
|
| Conditional logic flow question | 09 Feb 2010 15:01 GMT | 1 |
How can I test for a condition (logical OR) without causing a task/package failure? I'm using a date table to determine whether the package needs to check for a file on a vendor's ftp site or not. If I use a script task, I'm limited to
|
| SSIS Package Prompt Question | 09 Feb 2010 14:25 GMT | 3 |
Is it possible for a SSIS pacakge to prompt for a parameter/variable before running? Thanks.
|
| how to export table to multiple csv files with size limitation | 08 Feb 2010 23:20 GMT | 3 |
I'm using SSIS 2008 and I need to export a table into multiple CSV files The requirement is the file can not be bigger then 60MB My table contain few millions raws How do I export into multiple csv files < 60MB each?
|
| SSIS on SQL 2005 | 08 Feb 2010 04:18 GMT | 2 |
Currently, we have a 90gig db which is updated once daily with more than 60 gig worth of data. The update is written in c# and utilizes stored procedures. There are only a few transactions, but they are enormous, I guess to maintain integrity of the data.
|
| Passing a variable from one SQL execute task to another SQL exec t | 02 Feb 2010 13:55 GMT | 9 |
Hi - I have an SSIS package with two Execute SQL tasks. The first task when runs needs to get max value from a table. Here is the query SELECT MAX(ID) from Table1. I want to store the result of this query into a variable which I want to use into second task
|
| Help with SSIS Automation | 01 Feb 2010 03:22 GMT | 4 |
Hello all! I have an SSIS job that I run manually, whenever I get the word that all data is processed for the month: MY_SSIS_JOB Doing some research I found that there is a maintenance table (tbl_MAINT) that has columns, FY, PER (i.e., Period), and CLSD_FL
|