How do I change a whole number that is a DT_R8 in SSIS to a decimal number? I have some that have decimals and some that dont in my excel spreadsheet that I\'m converting.
I\'ll do my best to explain: Copy all rows that exist in current database Mass replace a specific string value in every row that contains a specific field
I currently have an SSIS package which runs a foreach loop around a folder and stores rows from in a number of Excel worksheets into a database. This works just fine.
I am writing code to exceute SSIS package from Visual Studio , everything works fine , but when i created a setup (MSI file) for this solution , it is not able to run on other machines. Is it not able
We can write SQL Command from Variable in OLE DB Source Task. How do we get SQL Command from vari开发者_运维百科able in ADO Net Source Task ? Here My Source is MySQL. Because I want to pass a paramete
I don\'t know too much about SSIS and I\'ve googled as much as I could on this. I\'d really appreciate any help I could get.
I\'ve been using SSIS for quite a while now and it has always bugged me that if you open a SSIS package without it being in a solution, none of the debug or execute options are available in Visual Stu
I am trying to execute stored proc through SSIS and it gives me following error: [Execute SQL Task] Error: Executing
So I am currently working on a migration from an old Advantage database server to SQL 2005 using SSIS 2008. One of the columns in the old Advantage database is a MEMO type. By default this translates
I see a lot of mentioning of the new feature \"Data lineage and Impact Analysis\" in SQL Server codename Denali, nevertheless all my attempts to make this feature w开发者_如何学Pythonork seem to resul