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.
| 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 serverThey 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. |
 |
|
|
|
|
|