Re: View but not execute jobs
From: Jens Süßmeyer (Jens_at_Remove_this_For_Contacting.sqlserver2005.de)
Date: 06/29/05
- Next message: Larry Charlton: "Secure access to a SQL Server database"
- Previous message: Andy: "View but not execute jobs"
- In reply to: Andy: "View but not execute jobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 Jun 2005 22:22:36 +0200
Here you can also find the only viewing of the job status:
In Common you should llok for sp_help_job which will extract the information
from the system tables, sysjobs,sysjobsteps,sysjobhistory (names should be
something like that)
-- HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- "Andy" <Andy@discussions.microsoft.com> schrieb im Newsbeitrag news:DF85BB2D-0E74-4721-88B7-365280F372F7@microsoft.com... > Is there a security setting that ables users to view jobs and their > status, > history, etc. but unable to execute them?
- Next message: Larry Charlton: "Secure access to a SQL Server database"
- Previous message: Andy: "View but not execute jobs"
- In reply to: Andy: "View but not execute jobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|