TEMPDB - as it sounds it is a temporary database in SQL Server, that has undergone number of changes from 2005 version onwards. As you may be aware that tempdb is used for various purpsoes such as storing intermediate results, sorting and keepng row versions, unless a good I/O & CPU subsystem is supporting the cause. Now and then I see many questions in Forums stating the performance is hampered and root cause was tempdb. Just back to basics that TEMPDB is similar to a user database to store...(
read more)
No comments yet, be the first one to post comment.