Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Create table permission problem

Author  Topic 

jparker
Posting Yak Master

118 Posts

Posted - 2005-02-07 : 07:05:07
I am having a problem with a user creating a new database on our sql server

They get the following error : -

CREATE DATABASE permission denied in database 'master'

Where do I look to set them up as the user id they are coming in on as db_owner permission

nr
SQLTeam MVY

12543 Posts

Posted - 2005-02-07 : 08:28:07
Try adding to the database creators server role.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -