|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 6:56 AM
Points: 679,
Visits: 953
|
|
If i reastore the Master database of my instance 1 on my instance 2 what happens? Will the instance two be named as instance one?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 2:24 AM
Points: 1,871,
Visits: 2,692
|
|
Yes, and no.
run this to rename the server name:
sp_dropserver 'old_name' go sp_addserver 'new_name', 'local' go
---------------------------------------------- Msg 8134, Level 16, State 1, Line 1 Divide by zero error encountered.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, April 19, 2011 7:31 AM
Points: 2,832,
Visits: 5,316
|
|
You can use the drop/add as Henrico pointed out. My question is - why would you want to do this? What benefit do you see that a fresh install of SQL won't give you?
-- You can't be late until you show up.
|
|
|
|