5
Answers

App using SQL Express - limit access to data in MDF

Luke

Luke

16y
3.8k
1

I have an app I'm sending out with a SQLExpress installer and the database (in .mdf and .ldf files) so the end-user can install the app and sql express and have access to all the data through the application.

My question is "How can I keep the user from using the SA account or their nt admin account to view the data?" 

 I want to force the user to use the application to access the data.  Is there a way to do this on their install of SQLExpress?

Answers (5)