<DefaultFileGroup> Element
SQL Server 2000
Specifies one of the <NamedFileGroup> entries to be used as the default filegroup when creating SQL Server objects for this application.
Structure
<Application>
...
<Database>
...
<DefaultFileGroup>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 128 characters in length. |
| Default Value | The default filegroup of the SQL Server instance being used. |
| Occurrence | Optional once per <Database> node. |
| Updates | Cannot be added, deleted, or modified. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Database> Node |