标签:style blog color ar 数据 div log sp on
declare @name varchar(200) while(exists(select * from sysobjects where name like ‘表名前缀%‘)) begin select @name=name from sysobjects where name like ‘表名前缀%‘ exec (‘drop table ‘+@name) end
标签:style blog color ar 数据 div log sp on
原文地址:http://www.cnblogs.com/allen0118/p/3946306.html