I'm receiving this error:
Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '90'.
when i tried to compile this t-sql:
ALTER DATABASE SGCT SET compatibility_level = 90
Does anyone know why?
I'm receiving this error:
Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '90'.
when i tried to compile this t-sql:
ALTER DATABASE SGCT SET compatibility_level = 90
Does anyone know why?