Search This Blog

Monday, February 11, 2013

How can find out all function in your database by query?


How can find out all function in your database by query?

select * from  sysobjects where xtype in ('FN','IF','TF')

No comments :