How would one join tables from different databases:
dbo.Service\ table name CPI\ field name: cpi_number
dbo.Daisy table name Fund \field name: loan_number
CPI_number and loan_number are the same, just called differently in the two tables. I need to find the common loan numbers from both tables in different databases.
Thanks in advance,
Shyamal
dbo.Service\ table name CPI\ field name: cpi_number
dbo.Daisy table name Fund \field name: loan_number
CPI_number and loan_number are the same, just called differently in the two tables. I need to find the common loan numbers from both tables in different databases.
Thanks in advance,
Shyamal