BUG: Permission Denied When USE TEMPDB Issued from SQL |
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
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: March 18, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |