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!

looping through tables

Status
Not open for further replies.

bmorris

Programmer
Apr 27, 2001
8
US
Using store procedure, how can I loop through two tables to compare all fields in records?
 
You could use cursors to loop through the records in your tables and do comparisons but there may be a more efficient way to do it. Give me some more details about what exactly you need to do, table structure, fields your comparing, etc. and I'll try to give some help.

Shanti
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top