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
Why use identity in sql server?
What is the difference between for xml raw and for xml auto?
How do I find the sql server version?
What is the difference between upgrade and migration in sql server?
How to enter binary string literals in ms sql server?
Can you index views?
How to connect php with different port numbers?
What is an indexed view?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Equi join and non equi join is possible with sql server?
What is sql server query analyzer?
do you know how to configure db2 side of the application? : Sql server database administration
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Why and when do stored procedure recompile?
How to rebuild the master database?