Tempdb fills up very often.tempdb configuration is name fileid filename filegroup size maxsize growth usagetempdev 1 N:\Data\tempdb.mdf PRIMARY 29428480 KB Unlimited 10% data onlytemplog 2 N:\Data\templog.ldf NULL 512 KB Unlimited 10% log onlyI want to know why its happening very often and when i try to shrink tempdb it gives me below message.DBCC SHRINKDATABASE: Page 1:3678552 could not be moved because it is a work table page.Please suggest what needs to be done to solve the issue.
↧