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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-11-26 : 09:40:21
|
| Gregor writes "whats the difference between db_owner and db_ddladmin?" |
|
|
PiecesOfEight
Posting Yak Master
200 Posts |
Posted - 2001-11-26 : 11:17:47
|
| ddl admin can only use ddl statements (CREATE <OBJECT>), whereas as db owner has all priveleges in the database. |
 |
|
|
|
|
|