Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 CmdExec in Sql ServerAgent

Author  Topic 

chourasia
Starting Member

3 Posts

Posted - 2004-09-16 : 08:26:33
Hi there!

When I select Type as CmdExec during creating Job Step, How do I execute batch file in it (what should I write in command window)?



Thanks.



Gaurav

robvolk
Most Valuable Yak

15732 Posts

Posted - 2004-09-16 : 08:28:44
Just put in the path and filename of the batchfile:

c:\mypath\mybatchfile.bat
Go to Top of Page
   

- Advertisement -