Passing DTS Parameters

  • Is there a way to pass a DTS Package a Parameter when calling it from TSQL? Something like this, but adding a parameter on the end...? EXEC master..xp_cmdshell 'DTSRUN /S ntohtxtsql02 /E /N New_Collections_TESTING'

  • If you're runing SQL 2000, you can use the /A parameter. Check out the Books Online topic for the syntax.

     

    --------------------
    Colt 45 - the original point and click interface

  • Great! I can't believe I didn't even see that in Books Online. Thank You!

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

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