What can I do about it ?
Thanks for all hints
Jacek
Increase the size of tempdb or take a stab with the query that caused
this. I believe that the object in question is a worktable and this
could be an indication of a malformed query. But do the latter only,
if you believe that already have made tempdb reasonbly big.
--
Erland Sommarskog, Abaris AB
som...@algonet.se
SQL Server MVP
Your tempdb is not big enough to handle the sort your query requires.
Increase the size of the tempdb.
Ciao
Fuzzy
:-)