• yes that is correct. you cna change the compatibiolity level at will, and it instantly, dynamically starts affecting the next query that it encounters.

    In my experience, there's not much that breaks. way back when i upgraded, i had a single query in an app, that was using a correlated sub query, but was grouping by or ordering by a column that wa sinside the correlated subquery...you could get away with it in 2005, but in 2008, it raised an error.

    it was one of those quick fixes of the code and redeploy issues, but for a week or so, i kept compatibility at a level down till we fixed it.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!