Optional parameters in Stored Procedure
MS SQL Server, Programming, Windows No Comments »Introduction
When you create a store procedure on Microsoft SQL Server with some input parameters, sometimes you don’t want to assign all of parameters (optional parameters) so you need to specify default value for the parameters. Otherwise, it shows error when execute the store procedure.




