Re: **different place for creating a new table**
From: Uri Dimant (urid_at_iscar.co.il)
Date: 06/06/04
- Next message: Bill H: "C# Extended Stored Procedures"
- Previous message: Tim S: "Re: Can authentication mode be changed after installation"
- Next in thread: Uri Dimant: "Re: **different place for creating a new table**"
- Maybe reply: Uri Dimant: "Re: **different place for creating a new table**"
- Maybe reply: Dan Guzman: "Re: **different place for creating a new table**"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Jun 2004 09:38:55 +0200
RM
BOL says:
Only objects created by members of the sysadmin fixed server role (or by the
dbo user) belong to dbo. Objects created by any other user who is not also a
member of the sysadmin fixed server role (including members of the db_owner
fixed database role):
a.. Belong to the user creating the object, not dbo.
b.. Are qualified with the name of the user who created the object.
"RM" <m_r1824@yahoo.co.uk> wrote in message
news:opr85p4f08hqligo@msnews.microsoft.com...
> hi
>
> I want to create a new table "T1" in my database called "db1" in SQL
> server 2000 with a db_owner user,("L1","U1")
> I did it successfully in 2 ways ,but there was a difference in result:
> 1) I created in enterprise manager
> as I logined with L1 ,and when I saw T1 in
> query analyzer table list in db1 it was in shape
> of "dbo.t1".
> 2) I created it programatically as I logined
> with L1 in query analyzer and the shape of
> result appearred in table list of db1 in left
> window of query analyzer was "L1.t1".
> why??????
> what's the difference?
> why when I logined in enterprise manager as
> L1,it saved my table as dbo?
>
> any help would be greatly appreciated.
- Next message: Bill H: "C# Extended Stored Procedures"
- Previous message: Tim S: "Re: Can authentication mode be changed after installation"
- Next in thread: Uri Dimant: "Re: **different place for creating a new table**"
- Maybe reply: Uri Dimant: "Re: **different place for creating a new table**"
- Maybe reply: Dan Guzman: "Re: **different place for creating a new table**"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|