SqlServerDBA 常用代码
时间:2014-08-12 21:53:04
收藏:0
阅读:368
--查看partition的四个视图 select * from sys.partition_functions--查看分区函数 select * from sys.partition_parameters select * from sys.partition_range_values--查看分区函数对应的分区范围 select * from sys.partition_schemes--查看分区架构
SqlServerDBA 常用代码,布布扣,bubuko.com
原文:http://www.cnblogs.com/mingxuantongxue/p/3908449.html
评论(0)