Is there anyway to protect access to SQL server installation ?
I mean I want that only a single user will be able to access the database and no one else , not even by Windows Authentication.
I want to do this because I dont want anyone to look into the database and see the details of the database.
What I did was install it normally and delete all logins in security except the user sa.