Table of Contents

Enum SqlDatabasePageVerify

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The PageVerify enum specifies the type of integrity check performed on page reads. This only applies to on-premises SQL Server.

public enum SqlDatabasePageVerify

Fields

Checksum = 4

Server applies a checksum for every page.

None = 2

No integrity check will be performed.

NotApplicable = 1

The page verify setting is not applicable.

TornPageDetection = 3

The server will check for torn pages (incomplete I/O operations).

Unknown = 0

The page verify setting is unknown.