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 |
chintu22oct
Starting Member
2 Posts |
Posted - 2008-01-10 : 14:40:47
|
"GRANT CREATE TEMPORARY TABLE to USER" can I use this statement for granting a user permission to create only temporary table. Please revert back as soon as possible.Thank you,chintu22oct |
|
sqllearner
Aged Yak Warrior
639 Posts |
Posted - 2008-01-10 : 21:21:38
|
A user who has read access to a database can create #temp_table and use it so no need to create the grant permission and the above statement can not be also executed. |
 |
|
|
|
|