|
|
| |

I am a dbowner. Can I restrict access to my database for the 'sa'?
Answer:
No, you cannot. Members of the sysadmin fixed server role have
full access to all system and user databases.
See also this link to get more information about SQL Server roles:
Understanding SQL Server roles
|
|
|