将数据从 MSSQL 迁移到 MySQL
我在 SQL Server Express 中有一些表包含高字符数据 - 例如:Häagen-Dazs
我已导出 SQL 插入,当我在 MySQL 中运行时,它们在这些字符上失败。 SQL Express 没有 DTS,因此我无法进行 ODBC 转换。
我使用了 FileMaker Pro 的外部表功能,但字符显示为奇数字符。例如:
任何提示将不胜感激。
I have a few tables in SQL Server Express that contain data with high characters - ex: Häagen-Dazs
I've exported SQL inserts and when I run in MySQL they fail on these characters. SQL Express doesn't have DTS so I can't do an ODBC transformation.
I've used FileMaker Pro's external table functionality but the characters show up as odd characters. ex: �
Any tips would be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了一个修复
替换 MySQL 中的智能引号
Found a fix
Replacing Smart Quotes in MySQL