parameters of a given stored procedure

hi,

is it possible to get the list of parameters of a given stored procedure? i need the parameter information like name of the parameter, data type of the parameter, size, type (input or output) etc while the name of the stored procedure will be provided.

with regards,

[282 byte] By [buragohain] at [2007-12-17]
# 1
oh, found it.

select * from information_schema.parameters where specific_name = 'stored procedure name here'

buragohain at 2007-9-9 > top of Msdn Tech,SQL Server,Transact-SQL...

SQL Server

Site Classified