I Made login (x) with sql authentication for mydatabase(Sharp) in sql2000.And I want to prevent dbo login from access my database what can i do?
A:
The dbo login is always present in every database and has implied permissions to perform all activities. See the documentation regarding the "dbo" account for more information.
Greg Hewgill
2010-04-11 10:12:34
+1
A:
You can't remove the "dbo" user at all.
Remember;: logins and users are different things in SQL Server and there is no "dbo" login" as such that maps to the "dbO" user anyway.
It should make no difference
gbn
2010-04-11 10:50:05
thank you but I want no one connect to my data base without login that I created .when I use local server instance any can connect with the login which I created
KareemSaad
2010-04-11 10:58:07