|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, January 18, 2011 6:09 AM
Points: 13,
Visits: 24
|
|
I have created a mirror of the original db would a new stored procedure created on the principal db get created on the mirror also would a data type change of a column get mirrored across or would i have to change them in another way.
Thanks Gary
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: 2 days ago @ 3:22 AM
Points: 4,218,
Visits: 3,875
|
|
Yes, both these changes will be applied to the mirror DB. Basically every action which is logged in the transaction log will be applied to the mirror.
Markus Bohse
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, January 18, 2011 6:09 AM
Points: 13,
Visits: 24
|
|
Hi Markus Thanks for that what, if i created a new table would that be mirrored.
Thanks Gary
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, January 18, 2011 6:09 AM
Points: 13,
Visits: 24
|
|
Answer to my own question yes it does.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: 2 days ago @ 6:21 AM
Points: 893,
Visits: 872
|
|
Try to think through where the object is being created..... Any object created in the database will be mirrored.
The main gotcha here are Security Principals, eg. Logins. These are not created in the database, and are thus not mirrored across. This can cause big problems after a failover.
Andy
|
|
|
|