Viewing post 1 (of 1 total)
quote:You can also useWhereCol1 = @Param1and (Col2 = @Param2 OR @Param2 Is Null)and (Col3 = @Param3 OR @Param3 Is Null)etc etcWhen executing,...
quote:
Where
Col1 = @Param1
and (Col2 = @Param2 OR @Param2 Is Null)
and (Col3 = @Param3 OR @Param3 Is Null)
etc etc
When executing,...
October 29, 2003 at 6:14 am
#480076