BikeToWork
Programmer
I should point out first that I am a relative newbie to SQL Server, with more experience in MS Access. I do not understand why I get a "Cannot find either column "dbo" or the user-defined function or aggregate "dbo.ParseString", or the name is ambiguous." message whenever I try to use a table-value function I created in a query. I am logging into SQL Server using Windows authentication and have already given my login all the server role permissions on the database which contains the function. Even the intellisense works, as the function "ParseString" shows up as one of the choices after I first type dbo. Am I missing something simple here? Any advice is greatly appreciated.