alternate to SQL Server Compact Edition

Mohan Ayyavu 21 Reputation points
2021-05-04T14:44:13.893+00:00

Hello, Is there an alternate to SQL Server Compact Edition which won't be supported by MS beyond July 2021. It is needed for our Windows Desktop product built in C#.Net.

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Cris Zhan-MSFT 6,661 Reputation points
    2021-05-05T03:14:58.123+00:00

    Hi,

    SQL Server Express is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. ErikEJ 341 Reputation points MVP
    2021-05-04T18:10:06.95+00:00

    SQLite, VistaDB

    2 people found this answer helpful.
    0 comments No comments

  2. Mohan Ayyavu 21 Reputation points
    2021-05-05T14:34:33.17+00:00

    Thanks @ErikEJ and @Cris Zhan-MSFT for your recommendations.

    Still, I have a couple of questions regarding SQLServer CE:

    1. If SQLServer CE is still continued to use in our product, will there be any issues/impact on our product beyond July 2021?
    2. If yes, what kind of impacts we can anticipate ?

    @Cris Zhan-MSFT , we have concerns over using SQL Server Express.

    as per https://dzone.com/articles/comparison-sql-server-compact

    1. size (>120 MB), and
    2. unlike CE it doesn't run in the same application process

    these are major pain points going with SQL Server express.

    Please help me to get clarity on these queries.


  3. ErikEJ 341 Reputation points MVP
    2021-05-05T17:58:46.137+00:00

    re 1; No one can predict the future! But I am guessing that SQL CE 4.0 will continue to work on Windows for years to come.

    re 2: A potential impact could be a change in Windows preventing SQL CE from working, but I think that is quite unlikely.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.