News

Getting Dynamic in SSIS Queries. When you start working with SQL Server and SSIS, it won't be long before you find yourself wishing you could change bits of SQL queries dynamically.
Consider a basic query crafted using ordinary C# string concatenation: // ----- Code specific to Windows Forms/ADO.NET/SQL Server. // Assumes: "using ... like SQL Server, send incoming queries through ...
Getting Dynamic in SSIS Queries. When you start working with SQL Server and SSIS, it won't be long before you find yourself wishing you could change bits of SQL queries dynamically.