Sql-server – Database Mirroring of SQL server

mirroringsql serversql-server-2005sql-server-2008

I have two databases that are mirrored to another server using database mirroring.

The mirror server has to be down for some reason for few days.

Now, the production server is having principal databases in (PRINCIPAL/DISCONNECTED) State.

Clients can access those databases.

Questions

  • So what happens when they keep on adding data to these databases??
  • Will the data get committed or waits till the mirror comes up?

Best Answer

Your .LDF log is growing, as it cannot be truncated because the mirror is unavailable. Eventually you'll run out of space unless you either break the mirroring or bring the mirror back online.