摘要: use rc GODECLARE @nnn varchar(100)DECLARE cur1 cursor forselect [name] from sys.tableswhere name LIKE 'index_%'drop table #Tmp --删除临时表#Tmpcreate tab... 阅读全文
posted @ 2015-08-03 12:03 三台 阅读(495) 评论(0) 推荐(0) 编辑