I need to check when function was changed last time. I know how to check creation date (it is in function properties window in SQL Server Management Studio). I found tha
SELECT * FROM sys.objects WHERE type IN ('FN', 'IF', 'TF') AND name = 'dgdsgds'