Create filegroups in SQL Server
Before you begin
Procedure
- If not already open, open SQL Server Management Studio.
- Select the Filegroups page.
-
Create the following file groups:
Logical Name
Usage
ADMINStores system parameters.
OPStores the main PolicyCenter data tables.
TYPELISTStores system code tables.
INDEXStores system indexes.
STAGINGStores inbound staging data tables.
LOBStores off-row LOB (large object) data. The
LOBfilegroup is optional. If you do not specify a filegroup for theLOBlogical tablespace, then PolicyCenter stores the LOB data in the filegroup mapped to theOPlogical tablespace.PolicyCenter uses the LOB filegroup for new tables only. For an existing configuration in which the PolicyCenter schema already exists:
- If you designate an LOB filegroup, PolicyCenter does not move existing LOB columns to the LOB filegroup.
- If you add an LOB column to an existing table, PolicyCenter does not put the column in the LOB filegroup.
- If you define a new table with LOB data, PolicyCenter stores the LOB data in the designated LOB filegroup.
