Re: Default User
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Wed, 2 May 2007 22:25:57 +0000 (UTC)
Paul (nothanks@xxxxxxxxxxxxxxx) writes:
What do I need to configure to make the sql tables and stored procedures I
create, be dbo owned, rather than owned by my id.
I can change the owner in each wizard, or create code, but I usually
forget and have to re do it.
Which version of SQL Server are you on? If you are on SQL 2000, the
only way out is to make yourself the database owner. On SQL 2005, you
can use ALTER USER to change your default schema.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: Default User
- From: Paul
- Re: Default User
- References:
- Default User
- From: Paul
- Default User
- Prev by Date: Re: Synchronizing database logins with Sql Server
- Next by Date: Re: Does SQL 7.0 SP4 include security patch?
- Previous by thread: Re: Default User
- Next by thread: Re: Default User
- Index(es):
Relevant Pages
|