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

BackupTruncateLogType Enumeration

The BackupTruncateLogType enumeration contains values that are used to specify the truncate action taken on the log.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public enum BackupTruncateLogType
Member nameDescription
TruncateOnlyTruncates the log without performing a backup.
NoTruncateThe log is not truncated. All transactions remain in the log.
TruncateThe log is truncated. All completed transactions will be removed from the log.

The BackupTruncateLogType enumeration class is served by the Backup class.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.