I am currently using CR10 and I noticed that when I do a join, in this case a join between a DB2 table and a SQL Server table ( but this seems to be the norm ), when you display the SQL, the query looks funny. To be clear, there seems to be 2 seperate queries on top of one another, but they never interact. I am trying to run this query as a true query using for read only or with ur ( uncommited read on DB2 ) to make my query run faster ( as I am going against a table with over 30 million rows and it takes hours to go through. If I cut and paste the CR created query in a command to run, it doesn't even work! What gives?