MaxSize Element for LogFile (ADF)
Specifies the maximum size to which the Microsoft SQL Server physical log file can grow.
구문
<Database>
...
<LogFile>
...
<MaxSize>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
string (see Remarks). |
Default value |
Unrestricted file growth. |
Occurrence |
Optional once per LogFile element. |
Updates |
Cannot be added, deleted, or modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
주의
The MaxSize value must either be the string UNLIMITED or a nonnegative integer indicating the maximum log file size, with an optional suffix to indicate the unit of measure: kilobyte (KB), megabyte (MB), gigabyte (GB), or terabyte (TB). If the suffix is not specified, the default unit of measure is megabytes (MB).
If you specify UNLIMITED or do not specify a value, the file can grow until the disk is full or until the file is 2 TB.
Set the maximum log file size to at least 10 MB. Notification Services uses additional log space when you create and update the application.
For more information, see the max_size parameter in the CREATE DATABASE(Transact-SQL) topic.
예
The following example shows how to specify that the log file can grow to 650 MB.
<MaxSize>650MB</MaxSize>
참고 항목
참조
Application Definition File Reference
관련 자료
응용 프로그램 데이터베이스 정의
CREATE DATABASE(Transact-SQL)
인스턴스 및 응용 프로그램 업데이트