Running a job outside of SQL Server Agent

  •   In SQL Svr 2000 I have a job which has two steps, the first step is a dts package and the second step is a Transact SQL that will run if step1 completes successfully.

     We have an external scheduling package to run things so I need to figure out what executeable I can give them to run this. I know for the DTS package I can goto the CMD prompt and cut/paste the dtsrun command, however, how do I get the executable for the Transact SQL step ?  It basically executes a handful of stored procs... Do I need to save them in a file or a .bat script ????

     Any help would be appreciated....

  • What about isql/osql ?

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

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