Get all tables list form current DB.

SELECT name From sysobjects WHERE xtype = 'u'

原文地址:https://www.cnblogs.com/zencorn/p/1997714.html