Skip to content

Dynamically compare two tables for differences including deleted/added rows, or value differences

Notifications You must be signed in to change notification settings

storigen/SP_CompareTables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SP_CompareTables

Dynamically compare two tables for differences including deleted/added rows, or value differences

Description

Returns all rows from either table that do NOT match the other table when compared by all shared columns. Must enter both tables as parameters into SP, then it identifies all shared columns and does a compare. Ideally this checks two tables which are exactly the same (like a backup table and a fresh rerun of the same table, to see differences).

About

Dynamically compare two tables for differences including deleted/added rows, or value differences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published