Jeetu .NET SQL
Wednesday, 7 September 2011
Query for show user Defined function in your sql server Database
SELECT name FROM sys.objects WHERE
type_desc LIKE '%FUNCTION%'
order by name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment