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
Post a Comment