First I create a table called tab_alladatabases which contains 3 columns
1) db: the dta base name
2) tab : the table name
3) cdate the creation date of teh table
Then I construct a script which is getting the table names of all data bases by using master..sysdatabases and sysobjects tables
This script uses a cursor which gets as result a sql script
The sql script inserts into the table tab_alldatatbases the results