By Piush Shukla
SELECT
[
name
], [type], create_date, modify_date
FROM
sys.objects
WHERE
[type]
in
(
'P'
,
'FN'
'V'
)
order
by
[Type ]
asc