摘要:
本文转自:http://kyle.itpub.net/post/1626/8891 原文如下: ------------------得到数据库中所有的表名,以及表对应的字段,字段对应的类型,存放在#magic临时表里 if exists (select * from tempdb..sysobjects where name like '#magic%') drop table #magic go... 阅读全文
posted @ 2007-08-30 08:47
克隆
阅读(502)
评论(0)
推荐(0)
浙公网安备 33010602011771号