tsql - syntax error on SQL Server -


i'm receiving error:

msg 102, level 15, state 1, line 1 incorrect syntax near '90'.

when tried compile t-sql:

alter database sgct set compatibility_level = 90 

does know why?

for sql server – 2005 try use:

exec sp_dbcmptlevel adventureworks, 80; go 

more details


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -