question

sshelgao avatar image
sshelgao asked

How to get the metadata of all functions and procedures(user defined and all system functions) from SQL Server database using Information_schema?

We need the metadata of all functions and procedures(all user defined, all system functions, agg functions , inline functions, scalar functions etc) using Information_schema?

I tried joining select * from information_schema.routines, select * from information_schema.parameters.

But its giving only functions from dbo schema.

I want all functions from dbo and sys both and that too using INFORMATION_SCHEMA.

functionsmetadataall
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.