JP1/NETM/DM 構築ガイド (Windows(R)用)

[目次][用語][索引][前へ][次へ]

付録F.13 「MergeRange.sql」クエリスクリプト

USE [NETMDM_SAMPLE]
GO
 
ALTER PARTITION FUNCTION netmdm_monitoring_security_pf() MERGE RANGE ('20110101')
GO
 
ALTER PARTITION FUNCTION netmdm_monitoring_security_pf() MERGE RANGE ('20110201')
GO
 
ALTER PARTITION FUNCTION netmdm_monitoring_security_pf() MERGE RANGE ('20110301')
GO