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 |
|
jggtz
Starting Member
32 Posts |
Posted - 2008-04-30 : 23:42:35
|
| A simple one (not for me)MS SQL Server 2005Which permissions do I need to have (as a User) to create a Stored ProcedureWhich other entity's properties do I need to change in order to create a Stored ProcedureThanks |
|
|
sunsanvin
Master Smack Fu Yak Hacker
1274 Posts |
Posted - 2008-05-01 : 02:07:21
|
| you need DBowner permissions as well as read and writeVinodEven you learn 1%, Learn it with 100% confidence. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-05-03 : 21:01:35
|
| Not really, db_ddladmin can create db objects. |
 |
|
|
|
|
|