Job Management Partner 1/Software Distribution Setup Guide

[Contents][Glossary][Index][Back][Next]

Appendix F.13 MergeRange.sql query script

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