I have such sql-query and want to show definition (that is code of function) but there is no such column in the table sys.objects. Can someone help with it?
SELECT name, create_date, modify_date
FROM sys.objects o
WHERE type_desc like '%function%'