If you want to know which tables are defined in a (MS) database you can enter this SQL query:
select name from sysobjects where xtype = 'U'
order by name
Thursday, March 13, 2008
Show tables in a database
By
Sten Hougaard
on
Thursday, March 13, 2008
Etiketter: Dynamic Web CMS, SQL
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment