September 8, 2008 at 12:30 pm
We have temporary tables in tempdb dating back to 8/31/2008 and I cannot shrink tempdb. It is currently 12004 MB with 12001 Free but says "Page XXX cannot be moved as it is a work table"
We have mirroring and replication (Publisher) set up on this server and there are no application logins earlier than 9/1 so they could have not created these tables before even logging in.
temp is kind of a black box to me and what I am looking for is what are using these tables (script possibly relating sysprocesses to the objects in tempdb).
Currently there are the processes that are running besides background system processes
Repl-LogReader-4-Database2
SQLAgent - Generic Refresher
Repl-LogReader-4-Database1
SQLAgent - Alert Engine
SQLAgent - Job invocation engine
Microsoft® Windows® Operating System
September 8, 2008 at 12:45 pm
stop / start the instance and it will re-allocate tempdb with its prior space numbers.
(because it has to clear its work space file)
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 8, 2008 at 1:47 pm
That I understand but I was wanting to find out what would be holding resources in tempdb (which process) for 8 days without releasing them
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply