SQL SERVER 2000 object ownership

  • SQL SERVER 2000 object ownership.

    Lets assume a user xyz has dbo rights on a database MyDB. He is not the default dbo, he only has dbo rights.

    If user xyz creates a table in E.M the object owner will be dbo. but if the same user logon using query analyzer and create a table, the owner of the newly created table will be "xyz".

    Why is that so? any tip?

    Thank you.

    zeeshan amin.

  • Simple explanation you can find in BOL:  "Database Owner (dbo)"

    Hope this helps

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply