Job Management Partner 1/Software Distribution Setup Guide
USE [NETMDM_SAMPLE]
GO
ALTER DATABASE NETMDM_SAMPLE ADD FILE (
NAME = N'NETMDM_DP_0005',
FILENAME = N'F:\NETMDP\MONITOR_DP_0005.ndf',
SIZE = 80GB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%
) TO FILEGROUP [netmdm_moni_dp_0005]
GO
ALTER DATABASE NETMDM_SAMPLE ADD FILE (
NAME = N'NETMDM_DP_0006',
FILENAME = N'F:\NETMDP\MONITOR_DP_0006.ndf',
SIZE = 80GB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%
) TO FILEGROUP [netmdm_moni_dp_0006]
GO
ALTER DATABASE NETMDM_SAMPLE ADD FILE (
NAME = N'NETMDM_DP_0007',
FILENAME = N'F:\NETMDP\MONITOR_DP_0007.ndf',
SIZE = 80GB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%
) TO FILEGROUP [netmdm_moni_dp_0007]
GO
ALTER DATABASE NETMDM_SAMPLE ADD FILE (
NAME = N'NETMDM_DP_0008',
FILENAME = N'F:\NETMDP\MONITOR_DP_0008.ndf',
SIZE = 80GB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%
) TO FILEGROUP [netmdm_moni_dp_0008]
GO
|
All Rights Reserved. Copyright (C) 2009, 2013, Hitachi, Ltd.
Copyright, patent, trademark, and other intellectual property rights related to the "TMEng.dll" file are owned exclusively by Trend Micro Incorporated.