What is the default collation for SQL Server 2012? SQL_Latin1_General_CP1_CI_AS Default server-level collation is SQL_Latin1_General_CP1_CI_AS. If you are migrating databases from SQL Server to Managed Instance, check the server collation in the source SQL Server using SERVERPROPERTY(N’Collation’) function and create Read more…