MSSQL query that gets all database tables.
Source code viewerSELECT name FROM sysobjects WHERE TYPE = 'u'Programming Language: SQL