sqlhints.com
How to check if a Function exists in Sql Server
Many a times we come across a scenario where we need to execute some code based on whether a User Defined Function exists or not. There are different ways of identifying the Function existence in S…