付録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