Purpose
Renames either the overloaded calling function name or specific function name for an SQL function.
Required Privileges
You must have both of the following privileges to rename an SQL UDF:
- DROP FUNCTION on the SQL UDF or its containing database.
- CREATE FUNCTION on the database that contains the SQL UDF.