Re: dbo permissions
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 09/22/05
- Next message: Sue Hoegemeier: "Re: Adding Win 2000 account to SQL Server database role"
- Previous message: Sue Hoegemeier: "Re: deny a computer from connecting using sql authentication"
- In reply to: robertcp: "dbo permissions"
- Next in thread: Dan Guzman: "Re: dbo permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 21 Sep 2005 19:52:04 -0600
dbo is a special user account that exists in every database
but there isn't a login named dbo.
The login that owns the database is has the name DBO in that
database.
It's easier to not think of dbo as an user account as it
doesn't have a login and doesn't work like a typical user in
a database.
One other note on the login and hope this doesn't confuse
things but dbo isn't a login based on the special account
that exists in all databases. By default and generally on
most SQL Servers there is no login dbo. In theory you can
create a SQL login named dbo but it's not the same thing.
isn't a good practice and confuses things quite a bit. I saw
one place do that before...not a good thing to create
something like that.
-Sue
On Wed, 21 Sep 2005 13:39:08 -0400, "robertcp"
<rplance@bmhsc.org> wrote:
>Is it possible for the dbo account to have a login to an SQL server?
>If so how can that be discontinued?
>
- Next message: Sue Hoegemeier: "Re: Adding Win 2000 account to SQL Server database role"
- Previous message: Sue Hoegemeier: "Re: deny a computer from connecting using sql authentication"
- In reply to: robertcp: "dbo permissions"
- Next in thread: Dan Guzman: "Re: dbo permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|