Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Calling UDF needs owner

Author  Topic 

Andraax
Aged Yak Warrior

790 Posts

Posted - 2001-11-29 : 05:07:58
G'day

In SQL2000, when calling UDFs I have to specify owner (dbo.<function name>). Why is this? I can call procedures without specifying owner.

This is no problem or anything, I'm just curious (and yes, I know that executing SPs is faster when specifying owner).



   

- Advertisement -