共用方式為


Size Element for LogFile (ICF)

Specifies the initial size of the log file.

語法

<Database>
    ...
    <LogFile>
        ...
        <Size>

Element Characteristics

Characteristic Description

Data type

string.

Default value

Default file size for the SQL Server instance, which is typically 1 MB.

Occurrence

Optional once per LogFile element.

Updates

Cannot be added, deleted, or modified when updating the instance.

Element Relationships

Relationship Elements

Parent element

LogFile Element (ICF)

Child elements

None.

備註

You can use the kilobyte (KB), megabyte (MB), gigabyte (GB), or terabyte (TB) suffix. The default is MB. Specify a whole number; do not include a decimal.

The minimum size is 512 KB. The default size is 1 MB.

For more information, see the size parameter in the CREATE DATABASE (Transact-SQL) topic.

If you want to alter the database after creating the instance, use the SQL Server tools, such as SQL Server Management Studio.

範例

This example shows how to define the initial size of a log file as 3 MB.

<Size>3MB</Size>

請參閱

參考

Application Definition File Reference

概念

Instance Configuration File Reference

其他資源

CREATE DATABASE (Transact-SQL)
定義執行個體資料庫
更新執行個體及應用程式

說明及資訊

取得 SQL Server 2005 協助