Sql Function to get list of parameters and their types for a given stored proc.

  • By which sql function can I get list of parameters and their types for a given stored proc?

  • use information_schema.parameters view...

  • information_schema.aparametrs view helps but I would like to know a different database stored procs parameter list. Database name is variable as I give any database name. So I cannot use USE stmt.

     

  • then use <>.sys.all_parameters view

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply