摘要: Sql Server 分区演练 【转】 代码加注释,希望对初学者有用。 USE[master]GOifexists (select*from sys.databases where name ='Test_1')dropdatabase Test_1GO--创建新库,要演练分区所以我们会多创建两个文件组Test_A,Test_B,以便在后面的分区方案中使用。CREATEDATABAS... 阅读全文
posted @ 2014-12-22 16:52 h.yl 阅读(190) 评论(0) 推荐(0)