User defined scalar functions - how do I find the owner of these?

  • You always have to prepend user-defined scalar functions with the database owner, and I work with a software product that needs to run the UDF under any account that the end user might decide best to use.

    How would I use SQL to detect the owner of the UDF in SQL Server 2005?

    Random Technical Stuff[/url]

  • use following by giving scalar function name

    sp_help 'scalar function name'

    DBDigger Microsoft Data Platform Consultancy.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply