SQL Server 2008 on windows 8

  • Hi Experts,

    I want to install SQL Server 2008 Enterprise edition 32 bit on Windows 8 64 bit, I am not able to install the SQL, i tried to do in command prompt by using the below syntax but throws and error.

    The arguement

    '/Q/ACTION=INSTALL/FEATURES=SQL,AS,RS,IS,TOOLS/INSTALLSHARDWOWDIR/PID=XXXXX-XXXXX-XXXXX-XXXXX-XXXX is formatted incorrectly, The delimiter'=' is missing.

    error code 0x84B40006.

    Please suggest on the above issue.

    Thank you all in advance.

  • You can't. That is an Enterprise product meant for server OSes. You need to install Developer Edition if you want to look at Enterprise Edition features on Windows 8. It's pretty cheap, although I do not think SQL Server 2008 is available anymore. You would be looking at SQL Server 2012/2014 most likely.

    Hardware and Software Requirements for Installing SQL Server 2008

    Joie Andrew
    "Since 1982"

  • Hi,

    Thank you for your valuable time and support. Now I got to know about this, thank you very much. I have need a small help. I have downloaded sql server 2012 from Microsoft download center.

    "SQLServer2012SP1-FullSlipstream-ENU-x64" but when I am trying to install this I get an error that the parameter action is not valid.

    I gave the below syntax

    C:\users\xxx\desktop\sql2012\SQLServer2012SP1-fullslipstream-ENU-x64>setup.exe/ACTION=INSTALL/UPDATE ENABLE=TRUE/UPDATE SOURCE="C:\users\xxx\desktop\sql2012\SQLServer2012SP1-fullslipstream-ENU-x64"

    Please help me where I am wrong.

  • Are you trying to install it from the command line or are you running setup.exe and choosing install from the installation center?

    Joie Andrew
    "Since 1982"

  • Hi,

    I am Installing the SQL 2012 from command prompt. yeah we can run the .exe file as well from the installation media, but I want to run through command prompt. can you please help where I went wrong in my script.

  • I always put a space before each / character, to allow the preceding parameter to be correctly terminated. OK so I've never tried not putting a space, but all the examples on the MS site show a space before each /.

    Have you installed .Net3 on your Windows 8 machine? This is required for all supported SQL Server versions. This link shows the install process http://sqlserverfinebuild.codeplex.com/wikipage?title=Install%20.Net%203.5

    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

Viewing 6 posts - 1 through 5 (of 5 total)

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