Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
SELECT D.name AS DatabaseName
, D.collation_name
FROM sys.databases AS D
WHERE D.Name like 'K2%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment