rodeomount
Programmer
I'm thinking that the below is defining a parameter that is set to null if no value is pased in. Am I correct on this?
ALTER PROCEDURE [dbo].[jspFilInjImpUBDFiles]
@ClientID as int=Null
ALTER PROCEDURE [dbo].[jspFilInjImpUBDFiles]
@ClientID as int=Null