Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
andriancruz
Starting Member
38 Posts |
Posted - 2008-10-18 : 04:15:35
|
Hi Everyone,which roles and permission should i give to the users. If the user can insert, update the records and execute sp, execute triggers.But i don't want the user can connect the database using query analyzer.any suggestion will high appreciated.Thank you in advanced. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-18 : 04:18:12
|
then define application roles to allow users to only do updates,inserts & other operations through the application alone and cant do anything directly onto tables. |
 |
|
|
|
|