Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Created May 18, 2018 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikerodionov/167963512bfd1488d4aed2e13be360fb to your computer and use it in GitHub Desktop.
Save mikerodionov/167963512bfd1488d4aed2e13be360fb to your computer and use it in GitHub Desktop.
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