I have 2 databases on the same server. One called Clients and one called Company. For both database, it contains information like, company name, address and telephone number. In the Company database, it is possible that the Client database may contain the same information in the Company database. I want to get all the Data from the Company database which have the same telephone number of any data in the Client database. How would I go about doing this??
Thanks
[Database].[Schema].[Table])