We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When we generate a call to a user defined database function, the function name is unquoted. Should it be?
SELECT [dbo].EmployeeOrderCount(@__employeeId_0) FROM [Employees] AS [e]