I am working on SQL 2008 - SSIS Package. I am executing the package from C# code. It\'s simple Flat File ( .csv) to SQL Table.
I have a SSIS Solution with 4 packages created in SSIS 2005. When I opened the solution in SSIS 2008, it went for SSIS Upgrade wizard. But the upgradation had failed. The error messages are shown as f
I am using SSIS to export data to xls. I created a xls destination in a data flow with the following \"CREATE TABLE excel-destination (A LongText B Long)\"
I have a SQL Server Reporting Service form that is supposed to query and display metrics across a number of years.
I\'m developing an SSIS package which needs to pull data from ServerA based upon data in a DB t开发者_C百科able on ServerB. I\'m DBadmin on ServerB, but very limited access to ServerA.
First time i am paling to implement my task in SSIS I am having data like 4.5 gB ,i would like to upload into the Sql Server 2008 .
i\'ve written a small c# 4.0 winforms app to get some input from the user and then pass this as a parameter to a SSIS package and then run the package开发者_如何学Python.
Can custom data viewers be written in SSIS? I have a good deal of experience in writing 开发者_如何学运维transformation components, and have a need for a very specific viewer.
We have two DB boxes. We would like to keep our application DB on one server and on the other server we would like to have SSI开发者_开发百科S, SSRS and SQL Agent. Are there any performance issues whe
I need to rewrite this so it does not cause an o开发者_StackOverflow社区verrun on my db. I need to rewrite it so it does not use a cursor.