A year or so back I looked at some of Red Gate's SQL Server products. Specifically, they market SQL Compare, which can compare and synchronize SQL Server database objects, and SQL Data Compare, which ...
If you are an old hand at Microsoft SQL Server, you have probably used the SQL Server Agent (i.e., SQL Agent) service and MSDB database for the last 20 years. With a humble and largely unchanged ...
You can give your users rights to check if reports have run or jobs are complete without granting full admin rights. Here’s how you can do so by using SQLAgentReaderRole in SQL Server. We may earn ...