Expand Minimize
This topic has not yet been rated - Rate this topic

Database.MirroringRedoQueueMaxSize Property

Gets the maximum size of the redo queue of the mirror server instance in KB.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
function get MirroringRedoQueueMaxSize () : int

Property Value

Type: System.Int32
A Int32 value that specifies maximum size of the redo queue of the mirror server instance in KB.

The redo queue includes the log records waiting to be rolled forward on the mirror database. By default, the size of the redo queue is unlimited. You can specify the property on the principal server only.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.