SQL Server user-defined functions require 2-part naming -- the owner (usually
dbo) and the object name. Nothing to fix, that's just the way it is. I'm not
sure exactly why, you could ask in sqlserver.programming I'm sure someone
there knows.
> hey all,
> when i call my function in sql in my datalayer i have to use the prefix dbo.
[quoted text clipped - 3 lines]
> thanks,
> rodchar
rodchar - 28 Mar 2008 20:20 GMT
thanks for the help and direction,
rod.
> SQL Server user-defined functions require 2-part naming -- the owner (usually
> dbo) and the object name. Nothing to fix, that's just the way it is. I'm not
[quoted text clipped - 8 lines]
> > thanks,
> > rodchar