What is the Unicode standard version supported by SQL Server 2016? (I'm specifically interested in this version. However, information for 2014 or 2017 is welcome as well.)
I can't find this information in Technet / MSDN. The only information I was able to find, is this blog post that states Unicode versions up until SQL Server 2012.
Was looking at this myself today. Turns out I can do Unicode 9 on SQL 2016 without issues.
Works perfectly. So I even can do this:
I wasn't able to test Unicode 10 since my OS (2012 R2 for my test server doesn't support it). SQL Server never struggled, doing it with SSMS was trickier, so I did it via Powershell.