Mar
06
2011
How to store UTF-8 data in SQL Server
Category: IT, MS SQL Server, PHP Tags: DBA, Development, IT, Optimization, SSMS, Transact-SQL Comments: 2Very frequently we need to use the data type UTF-8 to store a data in different languages. As described in the MSDN page the UTF-8 data type is stored in the ‘Samples’ folder in SQL Server (Server\100\Samples\Engine\Programmability\CLR\UTF8String). You just need to activate it.