简单实现SQLServer转MYSQL的方法
Jun 07, 2016 pm 04:28 PM本次转换需要依赖使用工具Navicat Premium。 首先,将数据库移至本地SQLServer,我试过直接在局域网上其他SQLServer服务器上想转到本地Mysql好像有问题,想将远程数据库备份恢复到本地。 1、打开Navicat Premium,新建一个同名的数据库,然后在表上点击“导
本次转换需要依赖使用工具Navicat Premium。
首先,将数据库移至本地SQLServer,我试过直接在局域网上其他SQLServer服务器上想转到本地Mysql好像有问题,想将远程数据库备份恢复到本地。
1、打开Navicat Premium,新建一个同名的数据库,然后在表上点击“导入向导”。并选择“ODBC”。
2、选择SQLServer提供程序,并输入参数。
3、然后就拼命下一步、下一步。
在这里有个条件查询,如果有太多不想要的数据,或者字段类型有问题导致导入出错可以设置这里。
大功告成,下班吃饭。
补充:这个东西对SQLServer转MySQL数据类型转换的支持不是很好,要手动设置。但是导入数据没有问题,最好的方式是:
先使用工具:mss2sql将SQLServer的表转换成MYSQL的表,然后在使用此工具的ODBC导数据。

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP's big data structure processing skills

The secret of hatching mobile dragon eggs is revealed (step by step to teach you how to successfully hatch mobile dragon eggs)

How to set font size on mobile phone (easily adjust font size on mobile phone)

How to optimize MySQL query performance in PHP?

How to use MySQL backup and restore in PHP?

How to choose a mobile phone screen protector to protect your mobile phone screen (several key points and tips for purchasing mobile phone screen protectors)

How to insert data into a MySQL table using PHP?

What are the application scenarios of Java enumeration types in databases?
