Hi fellas.
I need you to answer a question:
What should I do and which SQL Server tool do I have to use in order to find a job listing on the database ?
Thanks in advance,
Abraho.hi
you can view the jobs (scheduled or current activity in the enterprise manager) or in SQL Analyzer run this:
use msdb
sp_help_job
Saludos
Abel.|||or this:
select * from msdb..sysjobs
No comments:
Post a Comment