Viewing post 1 (of 1 total)
if your tempdb is full, try to change wherever places you use temporary tables with table variable.
like DECLARE @temptb TABLE(id int,name char(10))
July 24, 2008 at 10:41 am
#847942