다음을 통해 공유


FileGroup Element for SubscriptionClass (ADF)

Specifies the Microsoft SQL Server filegroup on which the subscription class tables will be created.

구문

<SubscriptionClasses>
    <SubscriptionClass>
        ...
        <FileGroup>

Element Characteristics

Characteristic Description

Data type

string, between 0 and 128 characters in length.

Default value

The /Database/DefaultFileGroup value (if specified) or the application database's primary filegroup.

Occurrence

Optional once per SubscriptionClass element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

SubscriptionClass Element (ADF)

Child elements

None.

주의

If specified, the FileGroup value must match one of the NamedFileGroup values from the application definition file (ADF) Database element.

If you update a FileGroup element, updating the application re-creates the subscription class to which it corresponds. Notification Services renames the existing tables for the subscription class by appending Old to the table names. Existing subscription table indexes are left unchanged. If you want to transfer data between the old and new subscription tables, it must be done manually. For more information, see 응용 프로그램 업데이트.

The following example shows how to have Notification Services place the subscription class tables in the Secondary filegroup.

<FileGroup>Secondary</FileGroup>

참고 항목

참조

Application Definition File Reference

관련 자료

핵심 구독 클래스 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기