I am trying to join two databases in an SQL query. Database A has a table with a 5 digit client number and another table with a 5 digit matter number. The other database, B, has a table with one field ...
In this SQL Server tip, Arthur Fuller explains the effects of NULLs, and the different results obtained by inner and outer JOINs. SQL Server developers must understand two things: the difference ...