Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolunBu tarayıcı artık desteklenmiyor.
En son özelliklerden, güvenlik güncelleştirmelerinden ve teknik destekten faydalanmak için Microsoft Edge’e yükseltin.
Applies to:
SQL Server
The database owner can manually stop a database mirroring session at any time, at either partner.
When mirroring is removed, the following occurs:
The relationship between the partners and between each partner and the witness breaks permanently, if any relationship exists.
If the partners are communicating with each other when the session is stopped, their relationship is immediately broken on both computers. If the partners are not communicating (the database is in a DISCONNECTED state at the time of stopping), the relationship is broken immediately on the partner from which mirroring is stopped; when the other partner tries to reconnect, it discovers that the database mirroring session has ended.
Information about the mirroring session is dropped, unlike when pausing a session. Mirroring is removed on both the principal database and the mirror database. In sys.databases, the mirroring_state column and all other mirroring columns are set to NULL. For more information, see sys.database_mirroring (Transact-SQL).
Each partner server instance is left with a separate copy of the database.
The mirror database is left in the RESTORING state (see the state column of sys.databases), because the mirror database was created by using RESTORE WITH NORECOVERY. At this point, you can drop the former mirror database or restore it using WITH RECOVERY. When you recover the database, it will have diverged from the former principal database because the recovery starts a new recovery fork.
Not
To continue mirroring after stopping a session, you must establish a new database mirroring session. If you create a log backup after stopping mirroring, you must apply it to the mirror database before restarting mirroring.
To remove database mirroring
To start database mirroring
Establish a Database Mirroring Session Using Windows Authentication (SQL Server Management Studio)
Establish a Database Mirroring Session Using Windows Authentication (Transact-SQL)
ALTER DATABASE Database Mirroring (Transact-SQL)
Database Mirroring (SQL Server)
Pausing and Resuming Database Mirroring (SQL Server)
sys.databases (Transact-SQL)
Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolunEğitim
Modül
Microsoft Fabric'te SQL Veritabanı kullanmaya başlama - Training
Microsoft Fabric'teki SQL Veritabanı nasıl çalıştığını, kullanıcıların analiz çözümlerinin bir parçası olarak etkili bir şekilde SQL Veritabanı yardımcı olmak için temel kavramları ve pratik örnekleri öğrenin.
Sertifikasyon
Microsoft Sertifikalı: Azure Veritabanı Yöneticisi Uzmanlık - Certifications
Microsoft PaaS ilişkisel veritabanı tekliflerini kullanarak bulut, şirket içi ve karma ilişkisel veritabanları için SQL Server veritabanı altyapısını yönetme.
Belgeler
Yansıtılmış veritabanlarının bağlantısı kesildi - SQL Server
Bu makalede, yansıtılan veritabanlarının Bağlantısı Kesilmiş veya Kurtarma durumunda bırakıldığı sorun için bir çözüm sağlanır.