Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 911785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:16:09+00:00 2026-05-15T17:16:09+00:00

I have an application database on SQL Server 2008 Express on my dedicated server.

  • 0

I have an application database on SQL Server 2008 Express on my dedicated server. It’s not enough for my web app.

  • Are there any good free conversion tools that will enable me to convert my current SQL Server database to MySQL on my server.
  • Will my web app be able to work the same?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T17:16:10+00:00Added an answer on May 15, 2026 at 5:16 pm

    There isn’t enough information in the question, as it stands, to really address the many issues around whether the web app will work the same.

    The easy part will be porting the schema and data over to another RDBMS. SQL Server has a great set of Generate Scripts commands to generate CREATE TABLE statements. You’ll be able to create INSERT statements as well for your data, all through SQL Management Studio.

    The challenge comes when moving your application over.

    • what’s the data access strategy? Is it all ADO.NET prepared/built statements, or is it stored procedures? LINQ to SQL perhaps?
    • the SQL statements within: to what degree are they ANSI standard, and how reliant is the SQL on TSQL-specific keywords? The answers here will point to the amount of work needed to move the SQL statements and logic to the new RDBMS.
    • does the app rely on any SQL Server specific features or features that MySQL doesn’t have? What’s the cost of rewriting the code to fit into MySQL?
    • hopefully the app uses a centralized connection string. That’ll need changing, and hopefully it’s in the web.config. If it’s hardcoded in the data-access code, then it’s a game of find+replace.

    The short answer to the second question is that you will NOT be able to just implement your data in a new RDBMS and have the application work. It’ll have to be recompiled to use new data access libraries (ADO.NET for MySQL).

    All in all, it can of course be made to work the same, but the effort needed isn’t small, and 100% dependent on the code.

    alt text
    alt text

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web application that uses a local SQL Server Express database (a.k.a.
I am using a SQL Server 2005/2008 Express database. Are there any problems with
I have an application that accesses a sql server 2008 database. The server and
I have a database on SQL Server 2008. I have an ASP.NET application that
I have a web application, which is using a SQL Server 2005 database. My
I have a database called MyDB in a Microsoft SQL Server 2008 Express instance
I have a application that uses LocalDataCache to synchronise a SQL Server 2008 Express
First a little introduction. We have an SQL Server Express 2008 database, which schema
We have an application that uses SQL Server 2008 R2 Express with Advanced Services.
I have a WinForm application built with VS 2008 (C#) and SQL Server Express

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.