Home > Database > Mysql Tutorial > body text

mysql-MySQL数据库能转换成SQLServer吗?我有一个MySQL的脚本文件怎么才能在SQLServer里操作

WBOY
Release: 2016-06-20 08:42:15
Original
1850 people have browsed it

mysql

MySQL数据库能转换成SQLServer吗?我有一个MySQL的脚本文件怎么才能在SQLServer里操作

回复内容:

MySQL 全库导出,修改 一些建表语句就可了,任何数据库都可以处理

可以把mysql脚本导入mysql我数据库。然后再mysqldump只导出数据到csv等。然后再导入文件进SqlServer

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template