I have an extremely simple RESTful webservice (i.e. www.test.com/test.xml?date1=05/252010&date2=05252010)
How can I add reference to an external assembly from within a scr开发者_JAVA技巧ipt task and deploy the package to a server along with the newly added external assembly?If this is in reference to your
How can I store dataset object into a package variable of data type Object and as开发者_如何学JAVAsigning it back to another Dataset object from within a script task?Here is a code example from a prev
I am trying to generate a CSV file from DB Query as source one of my column is having datatypenvar开发者_开发问答char(50) with values as \"01050007029604301001\"
I have about 160 SSIS packages that I\'m trying to upgrade from 2005 to 2008. When I run SSISUpgrade.exe on them, I get the following error messages on many of the packages:
We receive a nightly data export from a vendor in the form of about 10 tab-delimited flat file without column headers. In addition, the vendor provides us with the SQL scripts for the database tables
I am new to SSIS. I have a sample .CSV file and i want to transfer the data from .CSV file to SQL DB. So what is the DataSource type for .csv files.
Ok i have a Excel import written. It uses excel automation to go through all the records and get the job done.BUt how would you do it if you had to do it?
I have an SSIS package with a Data Flow that takes an ADO.NET data source (just a small table), executes a select * query, and outputs the query results to a flat file (I\'ve also tried just pulling t
How can I access a \'RecordSet\' within a \'Execute SQL\' task when using SSIS? I have looked at the parameter mapping options within the Execute SQL Task Editor and cannot find a type of object开发者