DotNetNewbie
Programmer
Hi everyone,
I am writing a Vb.net app for our HR department and as you can imagine they are worried about other users accessing the HR Database. I have coded the app to only allow users who are authorised to use the app to log in. This is done by a table containing a list of users and thier rights.
However I also need to lockdown the Database as well to prevent anyone else accessing the tables.
Im guessing this can be done via creating/adding users to the Database. However I also need to set it up so that the SA account cannot access the DB either. But I still need to be able to backup the Database......
Is this possible?
Many thanks in advance
D.
I am writing a Vb.net app for our HR department and as you can imagine they are worried about other users accessing the HR Database. I have coded the app to only allow users who are authorised to use the app to log in. This is done by a table containing a list of users and thier rights.
However I also need to lockdown the Database as well to prevent anyone else accessing the tables.
Im guessing this can be done via creating/adding users to the Database. However I also need to set it up so that the SA account cannot access the DB either. But I still need to be able to backup the Database......
Is this possible?
Many thanks in advance
D.