Perms on Tempdb?
From: Rick (b_at_bt.net)
Date: 01/26/04
- Next message: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Previous message: Steve Thompson: "Re: how to get into my msn"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Reply: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Jan 2004 15:20:55 -0600
Hey, All,
We need to create temp tables but when we do, we get an error that the user
doesn't have permission to the tempdb database. We are using:
CREATE TABLE #TEMP1
(COL1 INT)
...
If we do this in, say, the Northwind database, the error says something like
'Unable to create table in tempdb' and something about permission denied.
There are no permissions granted in Northwind or tempdb. We can fix the
error problem by granting "create table" on tempdb. Whenever SS restarts
all tempdb perms are lost.
Is there a reason why this happens, as well as a fix?
We're using SS2K and SP3.
- Next message: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Previous message: Steve Thompson: "Re: how to get into my msn"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Reply: Kevin McDonnell [MSFT]: "RE: Perms on Tempdb?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|