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 |
|
nbk97r1
Starting Member
1 Post |
Posted - 2002-06-05 : 20:04:02
|
| Is there a way to allow the Application group to create store procedures and at the same time not being able to create or delete tabes? |
|
|
JustinBigelow
SQL Gigolo
1157 Posts |
Posted - 2002-06-05 : 20:34:06
|
| Use the Grant statement (see BOL for more info). This can be applied to either Create Table or Create Procedure statements.Justin |
 |
|
|
|
|
|