dnlnln / generate-sql-merge

Generate SQL MERGE statements with Table data
MIT License
337 stars 151 forks source link

Fix script compatibility with Binary (BIN) database collations #102

Closed AndyPLsql closed 1 year ago

AndyPLsql commented 1 year ago

When Server Collation or the master Database Collation are *_BIN, for example Cyrillic_General_BIN scripts fails with error: "Msg 137, Level 15, State 1 Must declare the scalar variable @SQL"

image

dnlnln commented 1 year ago

Thanks for your contribution!