TornPageDetection Property
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The TornPageDetection property enables Microsoft SQL Server logic-enhancing data security in the event of certain types of system failure.
Sintassi
object.TornPageDetection [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetTornPageDetection(LPBOOL pRetVal);
HRESULT SetTornPageDetection(BOOL NewValue);
Osservazioni
If TRUE, SQL Server marks units of a database page prior to attempting a write and checks page marking on every read.
If FALSE, database pages are not marked or evaluated.
For more information, see Opzioni di database.