• Or the use of the SQL standard COALESCE. Example:

    WHERE Column_Name=COALESCE(@Param_Name, Column_Name)