摘要:
use OTRJiraDB GO declare @sql varchar(8000) while (select count(*) from sysobjects where type='U')>0 begin SELECT @sql='drop table ' + name FROM sysobjects WHERE (type = 'U') ORDER BY 'drop table ' +... 阅读全文
posted @ 2016-12-06 14:29
宋兴柱
阅读(686)
评论(0)
推荐(0)

浙公网安备 33010602011771号