Is there any Information to get default value of stored procedure Input parameters is SQL Server side?
I can get information about stored procedure input parameters via
INFORMATION_SCHEMA.PARAMETERSbut this table does not give any info about Default Value of the parameters.
@FromaDate char(10) = NULL