When I try to execute a stored procedure I get following message.
Server: Msg 1105, Level 17, State 2, Procedure usp_Test, Line 74
Could not allocate space for object '(SYSTEM table id: -395925358)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.
I have not used any temporory table in my stored procedure. TempDB is configured to unrestricted file growth and my hard disk has enough spaces.
What could be the reason to the above error.