摘要:
declare @string varchar(8000)while exists(select name from sysobjects where xtype='c')beginselect top 1 @string='alter table ['+b.name+'] drop constraint '+a.name from (select parent_obj,name from sys... 阅读全文
posted @ 2009-12-23 14:13
jerry li
阅读(277)评论(0)推荐(0)