I get this error:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'Test.Oyle'.

When I try to use this query:
SELECT * FROM Test.Oyle

It is such a simple query so I tried to test is it working or not and it doesnt work. It says Invalid object name!
Database 2Test' and table 'Oyle' are existing.
Why am I gtting this error? Any ideas?