Currently I'm trying to automatically generate a create script for all my SQL jobs of a MS SQL2005 Server.
- One method I found was done manually http://msdn.microsoft.com/en-us/library/ms191450.aspx
- A second method I found could be done automatically but I don't have direct access to the SQL server. http://relatedterms.com/thread/1916663/Can%20I%20script%20out%20SQL%20Server%20jobs%20programmatically
Does anyone know a good TSQL statement or a simple program for this?