""The internet is just a layer on the real world" (don't forget that!)...."
Tags: SQL. Written by netsi. No comments
Here is a query which will show you the defined tables in a database:
SELECT name FROM SysObjects where xtype = 'U' order by name
Share on Facebook
Filed under: SQL
Trackback Uri