how to install N no of Sql server at a time

  • HI,

    I would like to know how to install N no of SQL server at a single go

    is there any process by ISO file or any other method

    Thanks

  • Standalone or clustered instances?

    For standalone you can use precreated INI file configurations and point setup.exe to the INI file.

    The other option is to build sql server into your server image if you use them.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • The problem I run into with .ini files is that I can't figure out how to pass a service account password to them. SQL Spade gets good reviews[/url], though it hasn't been upated in a while. There's also FineBuild[/url] and seems to be more actively maintained.

  • santoshkal (9/23/2014)


    HI,

    I would like to know how to install N no of SQL server at a single go

    is there any process by ISO file or any other method

    Thanks

    Considering the licensing cost of SQL Server, I'm lucky to have N=1. 😛

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 4 posts - 1 through 3 (of 3 total)

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