SQL Server authentication - limit access to database to only connect through application
Posted
by Mauro
on Stack Overflow
See other posts from Stack Overflow
or by Mauro
Published on 2010-03-22T14:58:53Z
Indexed on
2010/03/22
15:01 UTC
Read the original article
Hit count: 344
I have a database which users should not be able to alter data in unless they use the specific app. I know best practice is to use windows authentication however that would mean that users could then connect to the database using any other data enabled app and change values which would then not be audited.
Unfortunately SQL 2008 with its inbuilt auditing is not available.
Any ideas how to ensure that users cannot change anything unless its through the controlling app?
© Stack Overflow or respective owner