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 ...
The importance of automating processes can’t be overestimated. Most things start out as a manual procedure until you work out exactly how things should happen, but many times they stay that way ...