First off I am very new to SQL Server and its security features.
I have a sql server database that needs to be secured. I need to add users and user groups to it. I am going to create a web application to access the database. Content on the webapp will be dynamically generated based on the currently logged on user’s group. What is the best way to handle security for this scenario? Should I use SQL server’s built in security and if so, how do I set it up (remember I’m new) or should I create my own security tables? Right now I just use the sa/password login to access the database. I would appreciate any help.
I have a sql server database that needs to be secured. I need to add users and user groups to it. I am going to create a web application to access the database. Content on the webapp will be dynamically generated based on the currently logged on user’s group. What is the best way to handle security for this scenario? Should I use SQL server’s built in security and if so, how do I set it up (remember I’m new) or should I create my own security tables? Right now I just use the sa/password login to access the database. I would appreciate any help.