SSIS, Sql Server Integration Services, is a full functional development environment. Unfortunately when we are building a package, before register and release the package, we need to Log, trace or debug the script. This process is a MUST if we are using a script task, a task which give you the availability to work directly with C# or VB.NET. Package Example. Create a simple SSIS project and insert a Sequence Container, then in the sequence container insert a Script Task and choose the C# language. Please don't take care about my screenshot, I know the package fails,...