sql server - Comparing sql query resultsets in java -


i want run query programmatically using java on sql server database running on our dev environment , production environment , compare results. doing column column comparison best way compare resultsets or there better way ?

thank you

comparing resultsets work. other option create object each resultset , compare that. define equals method handle this, other ordinary java object.

much of depend on want produce in end. if you're concerned resultset 1 being different resultset 2, either method work.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -