Re: dbo Owner
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Mon, 20 Mar 2006 09:35:07 +0200
Hi
Add the user to dbo_owner database role. If the user is a member of sysadmin
role so any objects he/she will be created with dbo. prefix. On the other
hand if the user is a member of dbo_owner database role asnd not a sysadmin
,so she/he will need to specify dbo with creation a object
User Alex
---
CREATE TABLE dbo.MyTable (col INT NO NULL)
--
CREATE TABLE MyTable (col INT NO NULL)
I will see Alex.MytTable ( because he does not specify the DBO user name)
"Yap Michael" <yapmichael2000@xxxxxxxxx> wrote in message
news:%238pEs5%23SGHA.5924@xxxxxxxxxxxxxxxxxxxxxxx
Dear All,
How to setting certain user so when they create stored procedure, the
stored procedure belongs to dbo.
Thanks & Regards
Yap Michael
.
- References:
- dbo Owner
- From: Yap Michael
- dbo Owner
- Prev by Date: dbo Owner
- Next by Date: Re: Unable to set SQL proxy for xp_cmdshell
- Previous by thread: dbo Owner
- Next by thread: Error accessig Diagram Folder (MSDE -> SQL Express Database)
- Index(es):
Relevant Pages
|
|