Home Forums SQL Server 7,2000 General cannot drop function because it is being referenced by object in sql server RE: cannot drop function because it is being referenced by object in sql server

  • It seems your caps lock is broken.

    This thread lists some solutions to find the object that is referencing your function:

    http://stackoverflow.com/questions/3681291/find-all-references-to-an-object-in-an-sql-server-database

    Find it and alter the code so that it stops referencing your function.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP