SQL Server 2008 Installation

  • Looks like a side by side install issue known with SQL2000 tools which has been fixed for SQL2008 R2. The issue is that for sql80 there are registry keys missing for either version or language. What the fix tried to do was to populate the fields based on other existing sql80 features detected by discovery. The workaround is to go through the sql80 features and copy the registry keys for Version and or Language from existing features to the ones that do not have it. We could not determine why those keys are missing.

    🙂

    Thanks

    DBATAG, http://sqlserver-training.com

    -- Please mark the post as answered if it answers your question.

    Thanks
    DBATAG
    Website : http://sqlserver-training.com
    Email : dbatag@sqlServer-Training.com

  • There are numerous people who have reported they cannot install .Net 3.5 SP1 on top of a .Net 2.0 installation. Typically this can happen if there has been a lot of install and uninstall activity between the two .Net installs.

    Most often this happens when people upgrade Visual Studio. There are a lot of posts on some of the VS forums about this problem. (More people have VS than SQL, so most of the posts are in VS forums.) There is a tool from Microsoft that is supposed to repair the .Net 2.0 installation so you can put .Net 3.5 SP1 on top of it, but my experience is this tool does not always work.

    We had this problem on our developer boxes when we upgraded to VS 2008. 90% of the boxes upgraded without any problem. About half of the remaining boxes allowed the upgrade to proceed after running the repair tool. For the rest of the boxes (including mine :() we had to re-install Windows.

    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

  • Hi,

    has anyone found a solution to this problem?

    I also need help.

  • Dear Friend,

    please check prerequisite SQL Server 2008 on your system ...

    please refer the belwo URL

    http://msdn.microsoft.com/en-us/library/ms143506.aspx

    Varinder Sandhu

    http://varindersandhus.blogspot.com/

    Varinder Sandhu,
    http://www.varindersandhu.in/

  • I had the same problem and was trying to install the 32bit SQL2008 Enterprise Eval onto the 64bit Windows Server 2008 Enterprise Eval. Got the same error as everyone else.. "Microsoft .NET Framework 3.5 Installation has failed SQL Server 2008 Requires.NET framework 3.5 to be installed"

    I removed all .NET framework installations and downloaded the 64bit SQL2008 Enterprise eval ran the installation and let SQL setup install .NET Framework 3.5 and it worked for me.

    Hope this Helps

    Andrew

  • I am glad this worked for Andrew, but I would be cautious about doing this work on a Production box.

    Doing repeated install /uninstall / install processes can leave your system in a state that is not reproducible unless you follow exactly the same sequence of installs and uninstalls. If you have to rebuild a production box then typically you will just install a working set of software, and not repeat all of your old uninstalls and reinstalls. This could mean your rebuilt box might behave differently to your old box.

    My advice is if you have this type of install failure on a Production box then start by rebuilding the operating system and install just what you need to the new OS. This way you know that whatever you end up using is reproducible if the current hardware fails.

    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

  • I absolutely agree with EdVassie, I meant to imply that the problem for me was that the 32bit version did not work with the 64bit system, not that you should necessarily be un-installing and re-installing.

  • I got same issue on windows server2008. I fixed it by enabling the windows powershell 2.0 and then restarting the server.

Viewing 8 posts - 46 through 52 (of 52 total)

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