Good morning,
I am working with a temp-table with which I need to pass each record individually to an outside procedure. Now, I thought about getting the total record count of the table (I was reading the other post asking bout this) and using a DO WHILE but wasn't sure if there was another way?
Edit: I need to be able to pass the entire table to another procedure. Any example code I may reference?
I am working with a temp-table with which I need to pass each record individually to an outside procedure. Now, I thought about getting the total record count of the table (I was reading the other post asking bout this) and using a DO WHILE but wasn't sure if there was another way?
Edit: I need to be able to pass the entire table to another procedure. Any example code I may reference?