Berapa tingkat kompatibilitas database SQL

SELECT compatibility_level
FROM   [sys].[databases]
WHERE  [name] = 'Your Database Name';
ShowGo Shane