SyntaxFix
Write A Post
Hire A Developer
Questions
If you need to know the default collation for a newly created database use:
SELECT SERVERPROPERTY('Collation')
This is the server collation for the SQL Server instance that you are running.