January 15, 2009 at 2:11 am
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
January 15, 2009 at 2:24 am
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.
[font="Verdana"]Markus Bohse[/font]
January 15, 2009 at 2:32 am
Hi Markus
Thanks for that what, if i created a new table would that be mirrored.
Thanks
Gary
January 15, 2009 at 2:40 am
Answer to my own question yes it does.
January 16, 2009 at 4:14 am
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
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply