SQL Agent 调度 Application,该如何解决

SQL Agent 调度 Application求救,如何在SQL Server 2005使用SQL Agent每隔几分钟调度.exe程序?在Job处选择

SQL Agent 调度 Application
求救,如何在SQL Server 2005使用SQL Agent每隔几分钟调度.exe程序?在Job处选择CmdExec类型后,Command处如何输入?


[解决办法]
Command里面:

exec master..xp_cmdshell '这个exe文件的路径和文件名'