-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

SQL Query Design Patterns and Best Practices
By :

If you are interested in following the steps in this section in your personal environment, you will need to create a database-level login. You can refer https://learn.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-server-ver16 for the steps to create the login. The login that is created when you do an initial install of SQL Server will only create the server-level login.
Security settings will normally be controlled by the DBA and are out of scope of this book. You can reference the previous link for more details regarding SQL Server security. Before you approach your DBA, you can attempt to see whether there is any security applied to your ID by taking the following steps:
Figure 8.3 – Log in to SSMS and expand the database...