Has anyone experienced problems with left joins when working with a linked ODBC flat-file?
I am getting all columns from table a.inventory
However, info from table b.inventory_group_desc is coming back null when I do a left join. I've tested the crap out of it. It works in Access when i link the tables individually. But not in SQL Server.
Any suggestions?
I am getting all columns from table a.inventory
However, info from table b.inventory_group_desc is coming back null when I do a left join. I've tested the crap out of it. It works in Access when i link the tables individually. But not in SQL Server.
Any suggestions?