dynamic where clause in sql server stored procedure
WHERE 1 = 1 AND (@what IS NULL OR [companies_SimpleList].[Description] Like @What ) AND (@keywords IS NULL OR companies_SimpleList.Keywords Like @Keywords) AND (@where IS NULL OR companies_SimpleList.FullAdress Like @Where) ...