Viewing 2 posts - 1 through 2 (of 2 total)
Thanks all! I knew it had to be something silly like that.
DM
June 4, 2008 at 12:26 pm
#824425
Here is the code for my SPROC., it skips over every "IF" statement regardless of the value of the parameter:
ALTER PROCEDURE [dbo].[filtersortlikeDGV]
@SrtBy NVARCHAR(20),
@ItmType NVARCHAR(20) = 'All Items',
@CatName NVARCHAR(20) = 'All...
June 4, 2008 at 9:47 am
#824282