Does a new stored procedure get created on the mirror

  • 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

  • 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]

  • Hi Markus

    Thanks for that what, if i created a new table would that be mirrored.

    Thanks

    Gary

  • Answer to my own question yes it does.

  • 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