Interview Question in SQL Server Mirroring
Interview Question :: Can port mirroring be used to create a backup SQL Server
In some newer switches a port can be mirrored and all traffic going through that port can be duplicated and sent to a 2nd port. If i connect an SQL server to one port and another SQL server with identical databases to the other one, will this work as mirrored SQL servers. I would do this so that I have a standy server ready to take over the function of the primary server if it goes down.

Loading ...