I encounter a strange bug - multpart identifier "tableabc..fielda" cannot be bound today.
In the above sql, I accidentally add one more dot in the query.
I key in 2 dots in the sql query.
It works in the development server (mssql 2005).
When it comes to staging server (also mssql 2005), the above error occurs.
What's the cause of that?
Both databases are mssql 2005. However, one works fine and another one fails.
Why?