I am working on a generic SSIS package that receives a flat file, add new columns to it, and generate a new flat file.
SQL 2008 / VS 2008 I am exporting Excel Sheet to SQL Database. This package will be called from C# Application.
I am trying to archive a set of files from the source path to an archive path once I have completed doing some Data Flow Task items.
Has anyone been able to consume data from Oracle CRM On-Dema开发者_如何转开发nd (Service Request data) and into a table through SQL Server 2008 SSIS? Loading the WSDL file does not seem to work for me
SQL 2008 : Using SQL SSIS Package, I am exporting Excel Sheet to Text File and then Exporting to SQL Database. I decided to follow two steps of Export process as because of datatype mismatch between S
I am running an SSIS package, that pulls data from two SQL Servers, One is a SQL Server 2008 and the other is a SQL Server 2000. I have been trying to implement transactions in SSIS lately.
I have written this code to implement an SSIS control flow task that fetches a file over HTTP: using System;
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
When I run VS2008 locally and open up a package that points to a remote database and run, I believe that the data, from the input file to the db server, is running through my PC, even if the data file
I have some complex data that I need to pass from one SSIS (SQL Server Integration Services) script task to another SSIS script task.