|
|
|
SSCommitted
      
Group: Moderators
Last Login: Monday, August 13, 2012 1:06 PM
Points: 1,928,
Visits: 224
|
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 5:01 AM
Points: 4,815,
Visits: 1,343
|
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Tuesday, May 11, 2010 8:27 AM
Points: 98,
Visits: 48
|
|
| Thanks, Brian. Very easy to understand and follow based on your presentation.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, April 19, 2010 3:54 AM
Points: 1,
Visits: 6
|
|
Hi,
It was quite good to follow...i have query on this, whether we can move the temp db in production server on business hours.
Plz update on this .... Waiting for your reply.
Thanks and Regards Eswari.S
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, June 07, 2013 12:12 AM
Points: 16,
Visits: 61
|
|
Hi
Thanks. Easy and straight to the point.
How would you do it on a SQL cluster (active/passive)? Would you need to run it while each node is active?
Thanks Shane
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Yesterday @ 6:41 AM
Points: 61,
Visits: 297
|
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Monday, June 10, 2013 12:13 PM
Points: 4,319,
Visits: 9,217
|
|
touchwithme2 (11/18/2009) Hi,
It was quite good to follow...i have query on this, whether we can move the temp db in production server on business hours.
Plz update on this .... Waiting for your reply.
Thanks and Regards Eswari.S
No, you cannot move the tempdb (or any database files) without an outage. For normal databases, moving the files just requires that database to be offline. For system databases, moving the files requires a restart (at a minimum) of SQL Server.
For tempdb, you can make the changes to the system tables at any time - then at the next restart of SQL Server the files will be created in the new location. Be aware that if you make a mistake on the path for tempdb (e.g. typo in the directory name) - SQL Server will not start and you will have to start SQL Server in single-user mode to fix.
Jeffrey Williams Problems are opportunites brilliantly disguised as insurmountable obstacles.
How to post questions to get better answers faster Managing Transaction Logs
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 1:09 PM
Points: 38,091,
Visits: 30,385
|
|
Shane Clarke (6/21/2012) How would you do it on a SQL cluster (active/passive)? Would you need to run it while each node is active?
Same way. No, just once. The settings are stored in master and master will be on shared storage.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|