I want to implement security feature for the database I am developing. Here is the point:
I am working on Windows NT 4.0. Each employee has an account.
I don\'t want to write username and password a number of times. When I login as an administrator, I want to have all the rights I have on the server also on the database(if possible).
Can I use NT accounts to limit the right access on the Database?
Any response should be appreciated!!
Solomon