how avoid user to expnd my database on client pc [modified]
-
hi all. i deploy my application and sql database on user pc. some user have installed enterprise manager on their system. so they easily see my database and can modify it. i want to configure my sql database to avoid them to expand my database in enterprise manager. how i can it?
sepel
modified on Monday, July 28, 2008 6:04 AM
-
hi all. i deploy my application and sql database on user pc. some user have installed enterprise manager on their system. so they easily see my database and can modify it. i want to configure my sql database to avoid them to expand my database in enterprise manager. how i can it?
sepel
modified on Monday, July 28, 2008 6:04 AM
Hi. As long as the application users have their own login on the DB server, the only thing you can do is trusting then, which seems like a terrible bad idea. A quick, dirty and somewhat funny solution is password encryption: What they type is not what they use :) Try ROT13, gonna fool them all, and very easy to implement. Kjetil