Programming in MS SQL Server 2012

RENAME Function



In SQL Server Enterprise Manager Application, locate the (EBusiness) database and expand the node, click the user-defined functions node in the left pane and in the right pane, right-click (EmployeeName) name of the function and then type new function name.
Query Output Screen

Note:
sp_help is used to displays user-defined function information.
sp_helptext is used to displays user-defined function source code.

* * * * *


Email Your Comment To AUTHOR