G
Guest
Is there an existing ADO.Net or Framework class or library for Sql Server
that would allow me to get a list of stored procedures AND the arguments,
default values, data types, etc...?
I realize there are stored proces like sp_help & sp_procedure_params_rowset
that can provide that info at the db level, but I was hoping to not have to
reinvent the wheel.
Thanks in advance!
that would allow me to get a list of stored procedures AND the arguments,
default values, data types, etc...?
I realize there are stored proces like sp_help & sp_procedure_params_rowset
that can provide that info at the db level, but I was hoping to not have to
reinvent the wheel.
Thanks in advance!