Home Forums SQL Server 2005 Development Is it possible to simulate the cross apply function? RE: Is it possible to simulate the cross apply function?

  • Christopher Kutsch (9/12/2014)


    tempdb is always going to run under the native compatibility mode. Add a Use tempdb statement before you call the CROSS APPLY and change the context back when done.

    Note that this is a 5 year old thread.

    Your suggestion might be questionable.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2