Re: question about tempdb

From: joe (pearl_77_at_hotmail.com)
Date: 07/13/04


Date: Tue, 13 Jul 2004 14:37:19 -0400

well.. that doesnt work.

    use tempdb
go
create table joe(id int)

"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:%23InCXCQaEHA.1840@TK2MSFTNGP11.phx.gbl...
> That's right. Those two statements aren't necessary.
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinnaclepublishing.com/sql
> .
> "joe" <pearl_77@hotmail.com> wrote in message
> news:uW7n89PaEHA.1644@tk2msftngp13.phx.gbl...
> Hi everyone, is it true that everyone who has access to a sqlserver will
> have full right to tempdb?
>
> if this is true, then following steps are not neccessary. please give
your
> commands. thanks
>
> exec tempdb..sp_grantdbaccess 'joe'
> exec tempdb..sp_addrolemember 'db_owner','joe'
>
>
>



Relevant Pages