Skip to content

Instantly share code, notes, and snippets.

@aroder
Created September 27, 2016 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroder/e39e2873398ed74454076ed5ac9e04e2 to your computer and use it in GitHub Desktop.
Save aroder/e39e2873398ed74454076ed5ac9e04e2 to your computer and use it in GitHub Desktop.
Reset the Markit EDM Matcher. Originally from https://supportlibrary.markit.com/display/EDM/Data+Matcher+Scripts, but that script throws an error if executed more than once on the same matcher
drop table cadis_proc.dm_mp7_result_temp
drop table cadis_proc.dm_mp7_result_audit_temp
drop table cadis_proc.dm_mp7_proposed_temp
exec SPDM_CLEARRESULTS @ProcessName = 'TESTER2', @SourceName = 'All', @ResetIds = 1, @PrintOnly = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment