Hello
This might be an odd question but... does anyone know if SQL server will crash or mark production database suspect if tempdb goes down?
Ok, well here is my issue I have an issue with space on a SAN box. The EDW applications use the tempdb ALOT!! Issue here is we are running out of space for tempdb( btw is on it's own disk subsystem.) anyways currently the LUN is configured as a RAID 10 yet we are losing half of to the mirror. i would love to reclaim that space by changing that LUN to a RAID 0 config... now I know your gonna say... (REDUNDACY!!, REDUNDACY!!,REDUNDACY!!
But that’s some really expensive temp space... not to mention its doesn't matter since it gets rebuilt every time SQL server service restarts.
So back to the question. Has anyone ran or heard of tempdb on a RAID 0 config and losing a drive (hence tempdb going down) what the reporcusions are?
now I understand I can move the tempdb elsewhere in the meantime but what happens to production... does it stop? Does SQL server attemped to perform everything in memory ( causing SQL to slow down dramatically until tempdb is backup?)
Just wondering if this might be an ok, yet not a best practices move.
Thanks
TalenX
This might be an odd question but... does anyone know if SQL server will crash or mark production database suspect if tempdb goes down?
Ok, well here is my issue I have an issue with space on a SAN box. The EDW applications use the tempdb ALOT!! Issue here is we are running out of space for tempdb( btw is on it's own disk subsystem.) anyways currently the LUN is configured as a RAID 10 yet we are losing half of to the mirror. i would love to reclaim that space by changing that LUN to a RAID 0 config... now I know your gonna say... (REDUNDACY!!, REDUNDACY!!,REDUNDACY!!
But that’s some really expensive temp space... not to mention its doesn't matter since it gets rebuilt every time SQL server service restarts.
So back to the question. Has anyone ran or heard of tempdb on a RAID 0 config and losing a drive (hence tempdb going down) what the reporcusions are?
now I understand I can move the tempdb elsewhere in the meantime but what happens to production... does it stop? Does SQL server attemped to perform everything in memory ( causing SQL to slow down dramatically until tempdb is backup?)
Just wondering if this might be an ok, yet not a best practices move.
Thanks
TalenX