dnlnln / generate-sql-merge

Generate SQL MERGE statements with Table data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declare @output & xml output as NVarchar

opened this issue · comments

Hello, when using the stored procedure with cyrillic (and guess other unicode stuff), the nvarchar column values are replaced with ??.
Declaring the output variables as NVarchar should fix this.
Cheers.

Also N.. column values should be prefixed with N'
Example:
values(N'кирилица'....)

I have the same problem. I would like to update a dictionary with localization strings, incl. Greek and Chinese.

This should now be fixed (sorry it took so long!), but if you notice any further encoding issues please let me know.