Adding new table to database, cannot use in query

Delete from dbo.AppointmentEfficiency
Msg 208, Level 16, State 1, Line 2
Invalid object name 'dbo.AppointmentEfficiency'.

I have tried Press Ctrl-Shift-R to refresh the intellisense, no change.
I have exited SSMS and logged in again, no change.

What can I try next?

Found my error, spelled efficiency as effficiency:(

1 Like

glad that was the issue. I have seen where there is a trailing space on the table name as well

1 Like