TornPageDetection Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The TornPageDetection property enables Microsoft SQL Server logic-enhancing data security in the event of certain types of system failure.
Syntaxe
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);
Notes
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 Options de base de données.