News

I have worked with SQL Server for many years now, back to Sybase SQL Server days and there has always been confusion over Logins and Users.
During the last few articles, we have covered the basics of working with SQL server using the Server Management Objects (SMO) and PowerShell. We have covered things such as viewing the state of ...
I'm trying to create a symmetric key in SQL Server 2005 and restrict it to just the sa and application user accounts.
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.