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 |
|
saurabh811
Starting Member
33 Posts |
Posted - 2008-04-14 : 15:01:03
|
| how to grant alter table and set identity insert column permission in sql server 2005,help is apprecitate |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-14 : 15:03:27
|
| Did you check SQL Server Books Online?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
saurabh811
Starting Member
33 Posts |
Posted - 2008-04-14 : 15:15:44
|
| can you pls send me sentex for this permission..thanks |
 |
|
|
saurabh811
Starting Member
33 Posts |
Posted - 2008-04-14 : 15:19:05
|
| i need permission at database level |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-14 : 15:22:07
|
| I can't provide permissions, but you won't be able to run SET IDENTITY_INSERT ON with only database level permissions. The syntax can be found in SQL Server Books Online.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|
|