SQL Server 2005 with SQL Server Express

  • Hi All,

    Is it possible to install SQL Server Express when a full version of SQL Server 2005 client components are already installed on a computer. When I try to install it I am getting the following:

    Name: Microsoft SQL Server 2005 Tools

    Reason: Your upgrade is blocked. For more information about upgrade support, see the "Version and Edition Upgrades" and "Hardware and Software Requirements" topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online.

    Edition check:

    Your upgrade is blocked because of edition upgrade rules. For more information about edition upgrades, see the Version and Edition Upgrades topic in SQL Server 2005 Setup Help or SQL Server 2005 Books Online.

  • I'm not sure why you would want to do that, but I expect that MSSQL would not let you do this. You've already go the Server installed, add an instance if you need to split out the data.

    If you installed SQL Express first and then SQL Standard Edition after that, I would expect that Microsoft would try to upgrade Express to Standard.

    Regards, Irish 

  • I already have the standard installed first and may be that's why it is complaining. Thanks for your response.

  • I have not tried putting Express Edition on a server that already has Standard installed, but putting Express on first definitely works.

    If you put another SQL edition on to a server that already has Express, nothing is changed regarding the Express instance.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • Yes add it as a new named instance in your server.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

  • Hi,

    So if I install SQL Express 2005, it will create a new named instance. and over it if I install SQL server 2005 client components, will it install BIDS where I can create and design SSRS reports, SSIS packages and SSAS cubes. Also will I be able to connect to another SQL Server 2005 database when developing these packages and reports?

  • For BIDS ,you have to run Enterprise,Standard or Developer edition of sql server and then you can select the component you want to install.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • Thanks Sanket, however other editions are restricted from being installed in our machine. thats the issue. we have option for only SQL Express 2005 and/or SQL Server 2005 client components.:(

    and I want a local database in my machine for which I want to install SQL Express 2005.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply