¡@

Home 

c# Programming Glossary: ssis

Dump SSIS USER variable name and value in SQL Server table

http://stackoverflow.com/questions/11695821/dump-ssis-user-variable-name-and-value-in-sql-server-table

SSIS USER variable name and value in SQL Server table Purpose Fetch.. Purpose Fetch all the user variables that are in the SSIS package and write the variable name and their values in a SQL.. System.Windows.Forms Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute public class ScriptMain UserComponent..

How to execute an SSIS package from .NET?

http://stackoverflow.com/questions/273751/how-to-execute-an-ssis-package-from-net

to execute an SSIS package from .NET I have a SSIS package that eventually I would.. to execute an SSIS package from .NET I have a SSIS package that eventually I would like to pass parameters too.. hints on how to do it. So basically I want to execute a SSIS package from .NET passing the SSIS package parameters that it..

SCOPE_IDENTITY in C# - range

http://stackoverflow.com/questions/3913115/scope-identity-in-c-sharp-range

can be executed from within the SCRIPT component of an SSIS package Task. You will also need to edit the connection details..

How to make a call to my WCF service asynchronous?

http://stackoverflow.com/questions/400798/how-to-make-a-call-to-my-wcf-service-asynchronous

that I call from a windows service. The WCF service runs a SSIS package and that package can take a while to complete and I..

Linq to SQL - Accessing System Databases/Tables?

http://stackoverflow.com/questions/54222/linq-to-sql-accessing-system-databases-tables

SQL Accessing System Databases Tables Right now I have an SSIS package that runs every morning and gives me a report on the..

What are the differences between Merge Join and Lookup transformations in SSIS?

http://stackoverflow.com/questions/6735733/what-are-the-differences-between-merge-join-and-lookup-transformations-in-ssis

between Merge Join and Lookup transformations in SSIS Hi I'm new to SSIS packages and writing a package and reading.. Join and Lookup transformations in SSIS Hi I'm new to SSIS packages and writing a package and reading up about them at.. them at the same time. I need to convert a DTS into a SSIS package and I need to perform a join on two sources from different..

OleDB not supported in 64bit mode?

http://stackoverflow.com/questions/861022/oledb-not-supported-in-64bit-mode