RE: Create table rights
From: DBADave (DBADave_at_discussions.microsoft.com)
Date: 08/30/05
- Next message: Sue Hoegemeier: "Re: Internet password attacks"
- Previous message: Sue Hoegemeier: "Re: SQL Agent Account log on"
- In reply to: jaylou: "Create table rights"
- Next in thread: Hari Prasad: "Re: Create table rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Aug 2005 17:01:02 -0700
With the specific 'create table' permission or the DDLAdmin role membership
that should permit the user to creatr the table.
How is the user atempting to create the table? Are they executing a DDL
script? If they are executing a script, make sure that the CREATE TABLE
script does not have the dbo context set in the table name. If it does, and
the user executing the scriipt is not a DBO, then they will be unable to
successfully create the table. If the script does have dbo. in the table
name, just remove the dbo. from the name and try executing it.
"jaylou" wrote:
> hi All,
> I have given a user ddladmin to a database, but this user still can't create
> tables. I tried to "grant create tables to username" that ran sucessfully
> but still can't create a table in my DB.
>
> Can anyone tell me what I missed for this user? he can drop tables but not
> create them.
> Thanks,
> Joe
>
- Next message: Sue Hoegemeier: "Re: Internet password attacks"
- Previous message: Sue Hoegemeier: "Re: SQL Agent Account log on"
- In reply to: jaylou: "Create table rights"
- Next in thread: Hari Prasad: "Re: Create table rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|