ASK DOT NET
asp.net c# sql 2008
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 :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment