Browsing index pages (2 articles)
↧
SQL Server - SQL Agent - Allow a Group to own a job
ScenarioThere are three separate groups of users in our organisations (development, support, implementation). As it stands everyone is using a single login for everything. We are starting to move away...
View ArticleAnswer by RLF for SQL Server - SQL Agent - Allow a Group to own a job
Since SQL Server Agent does not support using a Windows Group as the owner of a SQL Server Agent job. You can do it, but it means an end run around the built in restrictions. You can use some code that...
View Article
Browsing index pages (2 articles)