![]() | |
#41
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. |
#42
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#43
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#44
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#45
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#46
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#47
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#48
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#49
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
#50
| |||
| |||
|
|
Plus, failover is supposed to be transparent, and if you rebuild tempdb every time, then users will lose data in temp tables, possibly table variables, and even any sorting or hashing that is occurring at the time of failover. Wait a minute! Why would any data in tempdb be lost during a failover even if tempdb is allowed to locate on a local drive? When SQL Server restarts, nothing in tempdb is retained anyway. You won't be able to keep any table variables or sorting/hashing intermediate data. If tempdb is on a shared drive, why would anything from tempdb be wiped out? Technically, you're not "restarting" SQL Server. Anyway, you may be right, I haven't explicitly checked this, it is just an assumption based on casual observation. We have some high volume systems that have failed over during busy times and did not hear a single complaint from our users, and our test harnesses (which certainly call stored procedures continuously, that make heavy use of tempdb) did not register a blip either. Maybe just coincidence that nothing was ever noticed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |