Comments
Sort by recent activity
After investigating a little further it seems that in one of our databases ANSI NULLS is set to false yet set to true in the other newer one i'm comparing against.
I guess this is why the compare appears not to work.
However, i still don't understand why comparing just a single column works fine and identifies all matching rows. / comments
After investigating a little further it seems that in one of our databases ANSI NULLS is set to false yet set to true in the other newer one i'm comparing against.
I guess this is why the compare a...