SyntaxFix
Write A Post
Hire A Developer
Questions
This is the correct solution for finding a function:
SELECT name, create_date, modify_date FROM sys.objects WHERE type = 'fn' AND name = 'fn_NAME'