Preventing users from deleting SQL data

Posted by me2011 on Server Fault See other posts from Server Fault or by me2011
Published on 2012-04-12T20:49:53Z Indexed on 2012/04/12 23:32 UTC
Read the original article Hit count: 150

Filed under:
|
|

We just purchased a program that requires the users to have an account in the MS SQL server, with read/write access to the program's database.

My concern is that since these users will now have write access to the database, they could directly connect to the SQL server outside of the program's client and then mess with the data directly in the tables.

Is there anyway I can prevent access to the database while still allowing access via the client program?

© Server Fault or respective owner

Related posts about sql-server

Related posts about security