I have a need to create a table that maps two table values. There are no keys that can be used to join these tables but it is guaranteed that the number of rows in these two tables are guaranteed to be the same and lowest ID value in one maps to the lowest in other all the way to the highest. The actual ID itself will be different in the two tables
Is there a way to do this in SQL Server.
Thanks
In SQL Server 2005+: