从SQL Server 2008迁移到MySQL数据库. [英] Migration from SQL Server 2008 to MySQL database.

查看:199
本文介绍了从SQL Server 2008迁移到MySQL数据库.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,

我正在基于Web的项目(ASP.net)上工作.后端是sql server2008.我正在使用sql server 2008开发应用程序.现在,我想将数据库从sql server 2008迁移到sql数据库.你能告诉我如何在不更改应用程序代码的情况下做到这一点吗?
谢谢!.

解决方案


如果使用System.Data.SqlClient连接到数据库,则需要更改代码,因为此命名空间只能连接到MS SQL.您的核心问题是处理SQL降级问题,如果您使用SQL Server功能,则会发现它们已消失.


Dear All,

I am working on the web based project(ASP.net) . where backend is sql server 2008. i am developing the application using sql server 2008. now i want to migrate my database from sql server 2008 to my sql database. can u please tell me how can i do it without changing my application code.
Thanks!.

解决方案

Hi
If you are using System.Data.SqlClient to connect to database then you need to change code as this namespace can only connect to MS SQL.


Why did you ask basically the same thing twice ? Your core issue is to deal with the downgrade in SQL, if you''re using SQL Server features, you''ll find they are gone.


这篇关于从SQL Server 2008迁移到MySQL数据库.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆