How to Filter Functions from Sys.Objects
The following query will list of the Functions that are part of the database:
SELECT * FROM
sys.objects
where type in ('FN', 'IF', 'TF')
Tuesday, May 31, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment