IT Nota

  • Home
  • How To
  • .NET
  • WordPress
  • Contact

Upgrading SQL Express to Other Edition

In SQL Server 2012, upgrading edition is actually easier than ever since the data is stored under the same directory.

  1. Backup your data data. For default installation, the data can be found in the following directory:
    C:\Program Files\Microsoft SQL Server

  2. Have a local copy of SQL 2012 setup files as it will make the installation process much faster.

  3. Run setup.exe

  4. When SQL Server Installation Center launches, click on Maintenance on the left pane and select Edition Upgrade on the right.

    SQL Server Installation Center - Edition Upgrade

  5. Make sure after the Setup Support Rules shows nothing failed.

    SQL Server 2012 Setup - Setup Support Rules

    Click OK. It will run again one more time to make sure that the computer is not a domain controller. Click Next when done. You need to do this a couple times until you see the screen where you need to enter the product key.

  6. Enter the product key, and click Next.

    SQL Server 2012 - Enter product key

  7. Pick the SQL Server instance you want to upgrade.
    Click Next > until you reach the Ready to upgrade edition.

    SQL Server 2012 - Select Instance

  8. Check the summary on the Ready to upgrade edition.
    If everything looks correct, click on the Upgrade button.

    SQL Server 2012 - Ready to upgrade edition summary

  9. Once done, you should see all statuses as Succeeded in the Complete screen. Click Close.

    SQL Server 2012 - Edition Upgrade Complete

If you want to double check, connect to the database open a New Query window and run this SQL statement:

SELECT @@VERSION

 
It should display result similar to this:

Microsoft SQL Server 2012 - 11.0.2100.60 (X64)
​Feb 10 2012 19:39:15
​Copyright (c) Microsoft Corporation
​Developer Edition (64-bit) on Windows NT 6.0 <X64> ...

 

SQL Server Edition Query
 
You might also want to remove the SQL Server 2012 setup files from the local hard drive.
 
 

November 21, 2013 Filed Under: Database, How To Tagged With: SQL Server

Buy me a coffee?

Buy me a coffee If you find any of the articles or demos helpful, please consider supporting my work here, you'll have my big thanks!

Buy me a coffee Support this site
Buy Me a Coffee?

Categories

  • .NET
  • Coding
  • Cybersecurity
  • Database
  • How To
  • Internet
  • Multimedia
  • Photography
  • Programming
  • Resources
  • Review
  • Tips and Tricks
  • Uncategorized
  • Use Case
  • WordPress
  • Writing

Recent Posts

  • How to View Stored Procedure Code in SQL Server
  • How to Find a String in SQL Server Stored Procedures
  • How to Remove Cached Credentials without Rebooting Windows
  • ESP Work Automation: Empowering Enterprises with Streamlined Workflows and Operational Efficiency
  • How to Search for a String in All Tables in a Database

Recent Posts

  • How to View Stored Procedure Code in SQL Server
  • How to Find a String in SQL Server Stored Procedures
  • How to Remove Cached Credentials without Rebooting Windows
  • ESP Work Automation: Empowering Enterprises with Streamlined Workflows and Operational Efficiency
  • How to Search for a String in All Tables in a Database

Tags

.NET .NET Core AdSense ASP.NET Cdonts Dll Classic ASP Code Editor ETL FSharp Genesis Framework Git Google HP Asset Manager HTML5 Hugo IIS Information Security Internet Internet Information Services iOS JAMStack Linux macOS Microsoft Microsoft SQL Server MVC PHP PowerShell Python Simple Mail Transfer Protocol Smtp Server SQL SQL Server SSIS SSMS SSRS Sublime Text Visual Studio Visual Studio Code VPN Windows Windows 8 Windows 10 Windows 2012 Windows Server

Copyright © 2011-2025 IT Nota. All rights reserved. Terms of Use | Privacy Policy | Disclosure