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

RepairStructure Enumeration

SQL Server 2012

The RepairRepairStructure enumeration contains values that are used to specify the type of repair options used when checking data in a table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum RepairStructure
Member nameDescription
NoneNo column checks are performed.
PhysicalOnlyColumn-integrity checks are not performed.
DataPurityChecks the table for column values that are not valid, or are out-of-range.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.