jerry li

博客园 首页 联系 订阅 管理

2009年12月23日

摘要: 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)