Is changing the compatibility level of a database an online operation?
Is changing the compatibility level of a database an online operation?
Yep (http://msdn.microsoft.com/en-us/library/bb510680.aspx), but be careful. Could cause issues with active queries.
And remember that after you change the compatibility level of the db you should update the statistics.
No one has followed this question yet.