hello,
we have mirroring in place.
it takes table data from sql server server1 to server2.
It does not seem to copy the things such as stored procs, functions, views, etc.
1- Is it possible to set this mirroring so that it also copies what I mentioned above?
2- Is mirroring the same as replication?
3- is it possible to restore the latest backup of the production server and restore it into the mirroring server? this is so that the mirroring server will have all the production stored procs, views, etc.? this then avoids running the production changed stored
proc or view in the mirroring server one by one.
Thanks