After executing a (large) SQL script of a MySQL database inside an empty database, HeidiSQL hangs. I have to go into Win Task Manager and "End task" to kill and restart Heidi. The SQL script was a ...
I assume Heidi uses varchar literals to insert data into MSSQL. You cannot do this. You cannot do that because varchar literals are lossy when they contain data outside of the current codepage. For ...