Calling C# vis SSIS

  • Hi All,

    I have written a C# console app to take in a file and format it so it can be imported as a ragged right file. Since C# is unavailable in SQL 2005 Script Tasks how would I go about using a VB script to call that app?

    Thank you soo much in advance,

    Paul

  • The C# console app is compiled into an .exe, isn't it? There is a job step type of "Operating System (CmdExec)" that will let you execute an .exe file within a job step. No need to call from VB script.

    Or am I not understanding some part of your question?

    Rob Schripsema
    Propack, Inc.

  • This was removed by the editor as SPAM

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply