2008年8月12日星期二

取出数据库中所有的表

select name from sysobjects where xtype = 'U'(用户表)

select name from sysobjects(所有,包括系统表)

没有评论: