SQL is not one of my strong suits. I have a SQL Server 2008 database. This database has a stored procedure that takes in eight int parameters. For the sake of keeping this q
.... Where field=case @isActive WHEN -1 THEN field ELSE @isActive END ....