<LogicalName> Element (<LogFile>)
SQL Server 2000
Specifies the logical name that will be used in SQL Server to refer to the filegroup defined in the <LogFile> node.
Structure
<Database>
...
<LogFile>
<LogicalName>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 260 characters in length. |
| Default Value | None. |
| Occurrence | Required once per <LogFile> node. |
| Updates | Cannot be added, deleted, or modified. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <LogFile> Node |
Remarks
You must specify the logical name of the application database log file in the <LogicalName> element. The logical name is used to refer to the file in all Transact-SQL statements.