Sometimes I see a space between the table alias and the column name like this: d<space> .PhaseKey.
Here's an example: d .PhaseKey, s.PhaseName
The query will usually execute, but the space must imply something is amiss.
What is SSMS trying to tell me?
Go to the complete details ...