Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

help to tighten use of  cmdshell  or sp_start_job

By Johan Bijnens, 2007/05/31

-- The goal is to avoid the use of sp_start_job in an application. So we have the application use RAISERROR to activate the job.
--  1) because you can only start jobs you own
--  2) we don't want to open the cmdshell to everyone
--  3) we want control regarding jobs that run on our server.
--  4) we want to have an indication how much is "ad-hoc"
--

Total article views: 1362 | Views in the last 30 days: 14
 
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones