linked Sql server table properties

supmktg

Registered User.
Local time
Today, 16:22
Joined
Mar 25, 2002
Messages
360
I need to update data in a bunch of tables of a sql server database. The database has 300 tables which I have linked via odbc. I'm hoping there is a simple way, using vba, to loop through my linked sql server tables and determine which of them are views as opposed to tables.

Any help would be greatly appreciated!

Sup
 
I discovered that the linked sql server table "sys_objects" includes a field for table type. I no longer need to write code to find that info.

Thanks,
Sup
 

Users who are viewing this thread

Back
Top Bottom