Open links in new tab
  1. Automatic failover with SQL mirroring and connection strings

    Jul 2, 2014 · Is there a way to achieve fully automatic failover for applications that use mirroring databases too (without ever seeing the error)? I can see potential workarounds using custom scripts …

  2. SQL Server 2019 Mirroring Server Network Address Cannot Be Reached

    Jun 18, 2024 · I'm new to SQL server so I'm doing what I can while running in circles here and may be missing something obvious. The end goal is to have an identical backup in the event of a DR …

  3. SQL Mirroring stopping and starting endpoints - Stack Overflow

    SQL Mirroring stopping and starting endpoints Asked 11 years, 3 months ago Modified 1 month ago Viewed 9k times

  4. database migration - Exception during db mirroring failover to SQL ...

    Dec 2, 2022 · To perform upgrade of production DB cluster from the current SQL Server 2014 to the new SQL Server 2022 without downtime, I use DB Mirroring approach: Primary node - SQL Server …

  5. SQL Server Mirroring - Endpoint setup with multiple SQL instances

    Jul 9, 2011 · SQL Server Mirroring - Endpoint setup with multiple SQL instances Ask Question Asked 14 years, 8 months ago Modified 14 years, 8 months ago

  6. Mirroring - server network address cannot be reached or does not exist ...

    The problem might be an authorization issue and the server still will be saying "network address can not be reached". Considering "servers are in different datacenters", how the authentication is performed? …

  7. SQL Mirroring - Queries to confirm health and to check back log

    Oct 8, 2014 · I need the sql to put in a sp or straight in to a job. I've come up with query below..select * from sys.database_mirroring where mirroring_state_desc = 'SYNCHRONIZED'. Also I think I can use …

  8. Database Mirroring shows error message in SQL Server

    Apr 10, 2016 · Goto services.msc and check the sql server is running under which account. Make sure that sql server and sql server agent services should run with same credentials. in the mirror database …

  9. Does MS SQL Server support a read-only near-real-time mirror for ...

    Oct 18, 2022 · SQL Server has this for almost 30 years through replication and 17 years with mirroring. Never mind that read replicas are a quick&dirty alternative to proper reporting databases or data …

  10. Issue with SQL Server mirroring endpoint creation using SQL Server ...

    Sep 7, 2022 · I want to use SQL Server authentication for creation of mirroring endpoints. I can use SQL Server Management Studio to do that, but could not find any examples on SQL Server authentication …