validating stored procedure parameters for not null
As a part of SP parameter validation the first check we do is to verify all mandatory parameters for NOT NULL. Is it possible to refer to the parameters of ANY stored proc by generic names that will work for ALL SPs instead of having to hard code the SP specific parameter names?
Thanks in anticipation