Security

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

Options for hiding SQL Server code

I am required to restrict the access to some users to view the definition of specific SQL Server database objects. I am aware of the WITH ENCRYPTION clause that is used to encrypt the code for objects like views, stored procedures and functions. It sort o

Assigning DBA Rights in SQL Server

As a DBA you have the responsibility to ensure the security for the application and users related to the SQL Servers that you manage. But what are the security principals that you follow for the administrators? Are there any hard and fast rules that mus