October 5, 2004 at 10:52 am
Hello,
I'm trying to determine if tempdb requires RAID 1 ....
if tempdb becomes unavaialable, ie: single disk crash, are the system databases (ie: master, msdb) or user databases affected? Can they still be accessed?
Many thanks. Jeff
October 5, 2004 at 11:28 am
Yes, tempdb is required. Without tempdb the SQL Server will shut down. An example is when too many people are attempting to login just as SQL Server is coming up. If SQL Server can't allocate a worker thread to tempdb it'll shut down. Microsoft published a KB article and offered a fix in order to ensure tempdb can start before the users are allowed to log in if this is a problem in a given environment:
However, remember that tempdb is recreated every time SQL Server is restarted. Model is copied over and SQL Server changes a few settings (cross database ownership chaining is one) and that becomes tempdb.
K. Brian Kelley
@kbriankelley
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply