• Phil Parkin - Wednesday, July 11, 2018 6:56 AM

    if not exists (select 1 from TableA)
      return;

    Should exit the proc at that point, if zero rows are found.

    That worked just fine. Thanks!