在做分表操作的时候,用到这样的语句
alter table tableName drop constraint PK_tablename_id with( move to Data_Part_Scheme (id) )
对这个with的用法不理解,请帮忙解释一下。
http://technet.microsoft.com/zh-cn/library/ms190273(SQL.100).aspx
<drop_clustered_constraint_option> ::=
开始.