MSSQLSERVER trying to load deleted extended procedure
Posted by Jwilliams on 03/19/07 12:58
I installed an application which adds an extended stored procedure. I've
since uninstalled the application and deleted the xp it added, however when
SQL Server 2000 starts the event 'Could not find stored procedure
'master..xp_TheApplication' is logged.
How do I tell SQL Server not to load this xp, or otherwise clear out xp's
which don't exist?