Re: Different ownership of objects for same user
From: Quentin Ran (ab_at_who.com)
Date: 04/01/04
- Next message: Ray: "Group By question, please help"
- Previous message: Tibor Karaszi: "Re: PK Columns"
- In reply to: kumar ss: "Different ownership of objects for same user"
- Next in thread: kumar ss: "Re: Different ownership of objects for same user"
- Reply: kumar ss: "Re: Different ownership of objects for same user"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Apr 2004 09:17:49 -0600
Kumar,
when you created the object owned by dbo, you specified it -- create object
dbo.xxx, whereas when you created the other one, you did not specify the
owner -- create object xxx.
Quentin
"kumar ss" <sgnerd@yahoo.com.sg> wrote in message
news:#WRd0b7FEHA.3064@tk2msftngp13.phx.gbl...
> Dear Friends,
> SQL Server 2000.
>
> I have observed an behaviour in my sql server 2000. I have an user 'UA'
> assigned as the 'db_owner' of the database DB_test.
>
> I logged into enterprise manager as user 'UA' and created a table via
> Enterprise Manager. I saw the owner(at enterprise manager)- dbo.
>
> While created another table via query analyser, I saw the owner was
> 'UA'.
>
> Why is this happening? Please shed some light.
>
> Thanks
> Kumar
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Ray: "Group By question, please help"
- Previous message: Tibor Karaszi: "Re: PK Columns"
- In reply to: kumar ss: "Different ownership of objects for same user"
- Next in thread: kumar ss: "Re: Different ownership of objects for same user"
- Reply: kumar ss: "Re: Different ownership of objects for same user"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|