Saturday, July 23, 2011

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')

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Deep's | Bloggerized by Deep - Deep's Templates | ElearSQL-Server