• Lynn Pettis (5/17/2013)


    erikd (5/17/2013)


    Hi,

    I'm trying to follow the instructions for this article:

    http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/91665/

    I got to the part where I'm setting up the script task. The article says to use MS C#, but like the title says, I only have VB .Net. This is my first time touching SSIS, so I'm sort of clueless how to get it to detect or install other languages. Any suggestions? The web searches I've tried are too end up with a broad range of results that don't relate to my issue.

    Thanks

    That is correct, SSIS for 2005 only supports VB.NET. Support for c# was added in SQL Server 2008.

    Well, at least I know I'm not going crazy. Thanks.