Viewing 2 posts - 1 through 2 (of 2 total)
Sorry, I should use this instead of my last post:
CREATE PROCEDURE sp_MySearch
@p1 varchar(50),
@p2 varchar(50)
As
select...
July 11, 2002 at 2:37 pm
#432540
Hi, I think
ColumnOne = insnull(@pSearchArg, ColumnOne)
whill not work, because null value in ColumnOne will fail this expression.
I'd like to use something like the following...
July 11, 2002 at 2:23 pm
#432534