SqlLogFileSpec Element (Sql Extension)

Windows Installer XML

SqlLogFileSpec Element (Sql Extension)

Description
File specification for a Sql database.
Windows Installer references
None
Parents
SqlDatabase
Inner Text
None
Children
None
Attributes
Name Type Description Required
Filename String Specifies the operating-system file name for the log file.  
GrowthSize String Specifies the growth increment of the log file. The GB, MB and KB and % suffixes can be used to specify gigabytes, megabytes, kilobytes or a percentage of the current file size to grow. The default is megabytes if no suffix is specified. The default value is 10% if GrowthSize is not specified, and the minimum value is 64 KB. The GrowthSize setting for a file cannot exceed the MaxSize setting.  
Id String ID of the log file specification.  
MaxSize String Specifies the maximum size to which the log file can grow. The GB, MB and KB suffixes can be used to to specify gigabytes, megabytes or kilobytes. The default is megabytes if no suffix is specified. If MaxSize is not specified, the file will grow until the disk is full.  
Name String Specifies the logical name for the log file.  
Size String Specifies the size of the log file. The GB, MB and KB suffixes can be used to specify gigabytes, megabytes or kilobytes. The default is megabytes if no suffix is specified. When a Size is not supplied for a log file, SQL Server makes the file 1 MB.  
See Also
Sql Schema