Re: not creating tables as dbo anymore ?
From: Francis (FMignault@newtrade.com)
Date: 03/05/03
- Next message: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Previous message: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- In reply to: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- Next in thread: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Reply: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Reply: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- Reply: Bhikku Mhatre: "Re: not creating tables as dbo anymore ?"
- Reply: Bhikku Mhatre: "Re: not creating tables as dbo anymore ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Francis" <FMignault@newtrade.com> Date: Wed, 5 Mar 2003 07:06:47 -0800
I would like it to create the tables as dbo without
specifying it.
I know it is possible because it was doing it before but
something changed and I don't know what.
I saw that there is a dbo user associated to the database.
Can I associate my user to it ?
Francis.
>-----Original Message-----
>Hello, Francis!
>
>Have the user create the table using CREATE TABLE
dbo.TableName(...........
>
>
>
>--
>
>Allan Mitchell (Microsoft SQL Server MVP)
>MCSE,MCDBA
>www.SQLDTS.com
>I support PASS - the definitive, global community
>for SQL Server professionals - http://www.sqlpass.org
>
>: I have userA that has access to one database as
>: db_owner.
>
>: How come, when I create a table it is not owned by dbo ?
>: It creates the tables as userA.table ...
>
>: I don't understand. How can I setup the user so that it
>: will create objects as dbo ?
>
> --- Microsoft CDO for Windows 2000
>
>
>.
>
- Next message: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Previous message: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- In reply to: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- Next in thread: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Reply: Dan Guzman: "Re: not creating tables as dbo anymore ?"
- Reply: Allan Mitchell: "Re: not creating tables as dbo anymore ?"
- Reply: Bhikku Mhatre: "Re: not creating tables as dbo anymore ?"
- Reply: Bhikku Mhatre: "Re: not creating tables as dbo anymore ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|