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.
| Author |
Topic |
|
kbk
Starting Member
34 Posts |
Posted - 2009-04-13 : 08:50:13
|
| Hi...I have an application job running in my server,created my application team.i wish to know what are the stored procedures/process running within the job.In job steps, its an exe file invoked.How can i get the dteials of the job? ThankyouPVK |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-04-13 : 09:09:30
|
| select * from msdb..sysjobstepsMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|