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
 Transact-SQL (2000)
 Role to Create Objects

Author  Topic 

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2007-05-08 : 10:12:04
Gurus'
Which role should i assign to the user so that he can create a object in the db with read and write permissions?
Regards
Nitin

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-08 : 10:48:09
db_ddladmin, db_datareader and db_datawriter.
Go to Top of Page

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2007-05-08 : 11:48:29
User + create = bad, bad idea.

[Signature]For fast help, follow this link:
http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx
Learn SQL
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page
   

- Advertisement -