D
David Thielen
Hi;
I use:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE (table_type =
'BASE TABLE') and (TABLE_NAME != 'dtproperties')
to get all user tables. Is this still the best way to do this?
And what is the select to get all system tables?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I use:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE (table_type =
'BASE TABLE') and (TABLE_NAME != 'dtproperties')
to get all user tables. Is this still the best way to do this?
And what is the select to get all system tables?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm