• If this is SQL Server 2005 Try this:

    USE [master]

    GO

    EXEC dbo.sp_dbcmptlevel @dbname=N'Database_Name', @new_cmptlevel=90

    GO