Skip to content

Instantly share code, notes, and snippets.

@mshirdel
Last active June 19, 2016 08:42
Show Gist options
  • Save mshirdel/28e2031aabc91bbdbdd2addf620a4603 to your computer and use it in GitHub Desktop.
Save mshirdel/28e2031aabc91bbdbdd2addf620a4603 to your computer and use it in GitHub Desktop.
Set SQL Server compatibility level
alter database Pishgaman_CRM set compatibility_level = 110
select compatibility_level from sys.databases where name = 'Pishgaman_CRM'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment