Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to Compare Table data and stored procedure executed data in sql server,compare all rows and columns values.Please help me to solve this problem.
Posted
Updated 30-May-13 0:30am
v2
Comments
gvprabu 30-May-13 6:23am    
u need to compare all rows and all column values or some thing different... give some more information about your question.
s v b raju 30-May-13 6:29am    
compare all rows and columns values
ZurdoDev 30-May-13 7:48am    
Dump the results of the stored procedure into a temp table and then select from that where not exists (fill in your requirements)
amnk.info 30-May-13 8:06am    
give your table and stored procedure structure.
gvprabu 4-Jun-13 10:00am    
if you need to make some report, then use db compare tools.

1 solution

Make your sp data into one temp table and make your table data also in one temp table now compare both the two tables using not exists key then you get a better solution...
 
Share this answer
 
v2
Comments
gvprabu 4-Jun-13 9:59am    
see its very difficult to do....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900