Viewing 3 posts - 1 through 3 (of 3 total)
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...
May 21, 2015 at 12:19 pm
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...
May 21, 2015 at 11:20 am
Have a look at msdb..sysjobsteps.
The server column of the step in question is probably NULL. Change it to whatever your target server is and it should work.
March 16, 2010 at 5:24 pm
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy