Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Comparison

Status
Not open for further replies.

sqlwp

Programmer
Joined
Jan 23, 2004
Messages
24
Location
US
I have a two huge tables I need to compare field by field to make sure the data is exactly the same. The table layouts are identical. Is there any way of assuring the data is identical in both tables without doing a field by field comparison?
 
Not without a 3rd party tool like Red Gates - SQL Compare.

Thanks

J. Kusch
 
I think you mean SQLDataCompare, SQLCOmpare only checks the structure.
 
If I run sp_table_validation on each table and compare the checksum values work?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top