Security

Valuable SQL Server Security tips, tutorials, how-to’s, scripts, and more for SQL Server DBAs.

SQL Server User Defined Server Roles

Ever get tired of assigning server level permissions by adding a login to a predefined server fixed role and then assigning multiple permissions to that login? In SQL Server 2012 you now have the ability to create a User Defined Server Level Role.

Tracking Login Password Changes in SQL Server

By default, SQL Server does not keep track of login password changes. When the question initially came up with a user, I thought that perhaps it might be in the default trace or in the system_health extended event session. No such luck. So I was in search

Unable to see a SQL Server table

I'm a developer and in a given database I can't see a table I know is there. The reason I know it's there is I can execute a stored procedure which queries the table and I never get an error executing it. What's going on?