Re: Object Created under DBO to different owner name
From: Phil (atec396_at_hotmail.com)
Date: 07/11/03
- Next message: Ann: "Re: right direction"
- Previous message: Carlos Eduardo Rojas: "Re: table ownership change"
- In reply to: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Next in thread: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Reply: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 11 Jul 2003 13:23:43 -0700
Yes it would be easier to have the owner dbo. I don't
have that option of choosing.
My users want the owner to be thier login
account, NEVER dbo. Sometimes when they
create objects its under thier login sometimes
it is under dbo. They hate typing xxx.tablename
to create objects. How do I stop dbo from owning
anything and have SQL Server use thier login account.
>-----Original Message-----
>Personally I like everything being owned by dbo, makes
life much simpler in
>the long run. But anyway you can specify the owner when
you create the
>object and it will create it as such. If you don't
specify then it has to
>decide on it's own.
>
>CREATE TABLE [John].[HisTable] (....
>
>
>--
>
>Andrew J. Kelly
>SQL Server MVP
>
>
>"Philip" <atec396@hotmail.com> wrote in message
>news:01e101c347c9$29c598c0$a101280a@phx.gbl...
>> I have a problem with people logging on
>> as one user, but sql server keeps
>> changing the owner to dbo. Sometimes
>> the owner name will be their loggin
>> account and sometimes it will be dbo.
>> Is there anyway to stop dbo from
>> becoming the owner, it is really
>> fouling things up.
>>
>> There are only two users in the database,
>> so how do I keep dbo from owning anything.
>> I never want anybody creating object as dbo.table.
>>
>
>
>.
>
- Next message: Ann: "Re: right direction"
- Previous message: Carlos Eduardo Rojas: "Re: table ownership change"
- In reply to: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Next in thread: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Reply: Andrew J. Kelly: "Re: Object Created under DBO to different owner name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|