Improving the use of Variables and Parameters on SSIS– A tip from the field
As part of my actual job, I frequently use SQL Server Integration Services for developing new packages as well as to change existing ones. Inside SSIS I use and abuse of variables and parameters, and often end up having some…
Leveraging on SQL Server Data
I’m working on a project where I need to convert Firebird SQL code into T-SQL code. No schema, just the modules. There are more than 1000 objects between stored procedures, views, triggers, user-defined data types, etc. First – the pain……