15 Oct 09

Here is a query which will show you the defined tables in a database:

SELECT name FROM SysObjects
where xtype = 'U'
order by name


Filed under: SQL

Trackback Uri