Database 版 (精华区)
发信人: wyy.bbs@bbs.whnet.edu.cn (轻轻地我来了。。), 信区: cndatabase
标 题: 如何处置MS SQL SERVER 里的垃圾表?
发信站: 武汉白云黄鹤站 (Thu Feb 19 14:32:58 1998)
转信站: Lilac!ustcnews!whbbs
1.query :select * into temp2 from iq_otdr_test
results:Msg 2714, Level 16, State 1
There is already an object named 'temp2' in the database.*/
2.query :select * from temp2
results:Msg 208, Level 16, State 1
Invalid object name 'temp2'.
3.query:drop table temp2
results:Msg 3701, Level 11, State 1
Cannot drop the table 'temp2', because it doesn't exist in
the system c
atalogs.
这样的表已经有三个了.
请问各位它们是怎么产生的,
又如何清之.
--
※ 来源:·武汉白云黄鹤站 s1000e.whnet.edu.cn·[FROM: yky-20.wript.ed]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:7.210毫秒