SHOWPLAN permission denied in database ‘tempdb’. in sql server 2008

Get an admin to run the following in the tempdb:

GRANT SHOWPLAN TO <UserName>
GO

where <UserName> is your username.

Leave a Comment