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?
Ryan AlfordPosted Nov 19, 2008, 3:51 PM
Bechir BejaouiPosted Nov 4, 2008, 7:06 PM
Ryan AlfordPosted Nov 3, 2008, 4:32 PM
LukePosted Nov 3, 2008, 11:33 AM
Correct.
Bechir BejaouiPosted Nov 2, 2008, 6:50 PM
you want that only the application access the data base and not any other application like sql server mangmeent console?