This is a very strange problem. I have a table named exactly "UncSetup". The database is attached to a SQL Server 2012 express instance and accessed in SSMS.
I can execute this query:
SELECT * FROM UNcSEtUp
but not this one:
SELECT *FROM UnCSetup
An "Invalid object name" error is given.
It's not about the IntelliSense in SSMS. The execution result is wrong.
I have many other databases with exactly the same table schema in which all variants of table names can be executed correctly. So my guess is that this database is somehow corrupted. What can I do to fix this database?