SyntaxFix
Write A Post
Hire A Developer
Questions
Just Change the query like this:
SELECT TOP 1 * FROM [HumanResources].[Employee]
where Employee is your table name and HumanResources is your Schema name if I am not wrong.
Employee
HumanResources
Hope your problem will be resolved. :)