@Status1 nvarchar(max) SET @Status1 IN ('AB','AD')
SELECT * FROM EMPLOYEE WHERE STATUS IN (@Status1 )