MSSQL Query For Charset DB

USE AdventureWorks2012; GO SELECT name, database_id, create_date, collation_name FROM sys.databases ; GO

Last updated