is there any way to join sysdatabases and sysobjects.
my requriment is to fetch all the database names, table names from a server. i thought to get this info by joining the above two data dictionaries but i can't find any common column to join on.
if there is any other way to get this info, please let me know.