Viewing post 1 (of 1 total)
you should be able to do the following in the WHERE Clause
WHERE (FromDate >= ISNULL(@BegDate, FromDate)),
AND (ToDate <=ISNULL(@EndDate, ToDate)),
AND (name = ISNULL(@paramname,...
February 4, 2010 at 12:50 pm
#1113946