Thursday 14 May 2015

To check the parameters of Stored Procedure

SELECT name
FROM sys.parameters
WHERE object_id = OBJECT_ID('YourProcedureName')

No comments:

Post a Comment