BUG: Permission Denied When USE TEMPDB Issued from SQLID: Q101143
|
If a temporary table created by a user currently exists, then other
users, including the System Administrator (SA), will get the following
error message from SQL Administrator when issuing 'use tempdb' or
choosing 'change database' from the query window:
SELECT permission denied on object #temptable_sunfix', database
tempdb, owner DBO. (msg 229, severity 14, state 2)
create table #test(a int)
go
use tempdb
go
Use SAF or isql to switch to tempdb. Or use fully qualified names when referring objects in tempdb.
Microsoft has confirmed this to be a problem in SQL Administrator version 4.2a. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbtool SSrvSQL_Admin kbbug4.20
Version : 4.2 4.2a
Platform : WINDOWS
Issue type :
Last Reviewed: March 17, 1999