adspace


How to drop an existing user defined function in ms sql server?

Answer Posted / Karan Kumar

To drop an existing user-defined function (UDF) in MS SQL Server, use the DROP FUNCTION statement:nn`DROP FUNCTION [schema_name].function_name;`

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use identity in sql server?

1209


What is the difference between for xml raw and for xml auto?

1125


How do I find the sql server version?

1114


What is the difference between upgrade and migration in sql server?

1193


How to enter binary string literals in ms sql server?

1255


Can you index views?

958


How to connect php with different port numbers?

1196


What is an indexed view?

1029


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1083


Equi join and non equi join is possible with sql server?

1139


What is sql server query analyzer?

1136


do you know how to configure db2 side of the application? : Sql server database administration

1134


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1209


Why and when do stored procedure recompile?

1075


How to rebuild the master database?

1175