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
 General SQL Server Forums
 New to SQL Server Programming
 job schedule

Author  Topic 

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-11-08 : 13:31:07
on ss2k5, how do you find out if sql job schedule is enable using QA?




http://www.sqlserverstudy.com

X002548
Not Just a Number

15586 Posts

Posted - 2007-11-08 : 13:41:17
QA is an application, which is used to support 2k, why would it ever be called?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-11-08 : 14:11:22
QA2k5 thanks




http://www.sqlserverstudy.com
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-08 : 15:58:35
What do you mean 'sql job schedule is enable using QA'? Someone started job with sp_start_job?
Go to Top of Page

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-11-08 : 22:08:48
I can't do as there is no enabled field on ss2k5.
select * from sysjobschedule
where enabled =1




http://www.sqlserverstudy.com
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-11-08 : 22:31:17
exec msdb.dbo.sp_help_job

this will tell you if a job is enabled. is that what you want?


elsasoft.org
Go to Top of Page
   

- Advertisement -