Re: TempDB permissions
anonymous_at_discussions.microsoft.com
Date: 11/28/03
- Next message: Keith: "Restrict Access"
- Previous message: Dan Guzman: "Re: how to allow creation of databases"
- In reply to: Dan Guzman: "Re: TempDB permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 28 Nov 2003 05:56:05 -0800
Thanx for the info. It has helped me. The permissions of
the public role was removed in tempDB and in model.
Thanx again
>-----Original Message-----
>To add to Ryan's response, SELECT permissions on system
objects are granted
>to the public user by default so it appears someone
changed the default
>permissions.
>
>Note that tempdb is recreated at SQL startup using the
model database as a
>template. Ensure the public role has SELECT permission
on the system
>objects in the model database.
>
>
>--
>Hope this helps.
>
>Dan Guzman
>SQL Server MVP
>
>
>"Gert de Swardt" <anonymous@discussions.microsoft.com>
wrote in message
>news:0a5101c3b4cc$37bd5970$a101280a@phx.gbl...
>> As of this past weekend, the following error msg keeps
on
>> popping up:
>>
>> SELECT permission denied on object 'sysobjects',
>> database 'tempdb', owner 'dbo'.
>>
>> I had to go and give all the users read & write access
to
>> the tempDB. Do anyone know why this is happening and how
>> to fix it?
>>
>> Regards
>>
>> Gert
>
>
>.
>
- Next message: Keith: "Restrict Access"
- Previous message: Dan Guzman: "Re: how to allow creation of databases"
- In reply to: Dan Guzman: "Re: TempDB permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|