Koppel die met enkele OR-statements:
SELECT *
FROM
Customer c
WHERE
[email protected]
AND ( [email protected] OR @CountyID IS NULL )
AND ( [email protected] OR @CityID IS NULL )
Als het voor elk van deze parameters null is, wordt de controle in principe genegeerd.