I found a successful, albeit kludgy, workaround. Add a dummy column to EmployeeReview table populated with 1. A join on it behaves like a cross join, but is...
The removal of the join predicate when using the cross join creates an inner loop join, which is not support by batch mode processing. How would I be...