Having trouble with getting return value from SQL management Studio, even with the most basic Queries.
Worked fine yesterday but no longer:
USE Adventureworks2014;
GO
SELECT *
FROM Person
If I change the FROM clause to Sales instead
FROM Sales
I get this error:
Invalid object Name 'Sales'
I guess I have accidentally turned some setting on or off