Its not really a subtraction I\'m looking for. And I know its not a union or intersection... I have been given a long and complex stored procedure that returns a table of
You can just used the first sp that return the Active & Inactive and
in WHERE cluse put condition for the document status =inactive, you wil get inactive document only.