Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mattt
Posting Yak Master
194 Posts |
Posted - 2007-12-05 : 10:49:24
|
| Hi,I want to check whether the result sets of two select statements (one run against a table in the DB, the other on a temp table with the same structure generated from an XML feed) are the same.By "the same" I mean contain exactly the same data, irrespective of what order the rows come out in, if that makes sense.Is there any way I can do this?Cheers,Matt |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-12-05 : 10:51:31
|
INNER JOIN, LEFT JOIN, INTERSECT, FULL JOIN, UNION etc etc... E 12°55'05.25"N 56°04'39.16" |
 |
|
|
pootle_flump
1064 Posts |
|
|
|
|
|