if exists(select email from user_master where email=@email) begin raiserror('Email Already Exists',11,1,@email) end
Login to post response