Hello In the SSRS interface for parameter input, how can I send Null for a parameter value? Thanks a lot.
Note that when you supply NULL as the parameter, and your sproc has a default value for that parameter, then the default value will not be used. Defaults for parameters only kick in when the parameter is not mentioned when the sproc is called.