Question : package equivalent in sql file

the package create statement has reference to the procs held inside it.

other than this format, is there an option to put the equivalent in a sql file, and give it to another team for them to test/review the code, instead of in a plain package format?

Is this called wrapper script?

thanks

Answer : package equivalent in sql file

You can try it with the command line tool, schtasks.exe; /s allows you to specify a remote machine, /change will let you edit a task:

Schtasks.exe
http://msdn.microsoft.com/en-us/library/bb736357(VS.85).aspx

How to use Schtasks.exe to Schedule Tasks in Windows Server 2003
http://support.microsoft.com/kb/814596
Random Solutions  
 
programming4us programming4us