Install replication compoments via cmd line SQL 2008 R2 SP2

  • Hi,

    So another soon-to-be-production-instance installed by non-DBA. :crazy: So replication components weren't installed during initial install. So need to do this via cmd line, and have found them for 2005, but I believe slightly diff for 2008 R2.

    setup.exe /qb /ACTION=INSTALL /FEATURES=Replication INSTANCENAME=MSSQLSERVER /IACCEPTSQLSERVERLICENSETERMS

    Unsure if the above code is correct before running it. Anyone done this before? Used replication for 10+ years and first time I've done this. :Wow:

    qh

    [font="Tahoma"]Who looks outside, dreams; who looks inside, awakes. – Carl Jung.[/font]
  • Anyway this worked:

    setup.exe /QS /ACTION=INSTALL /FEATURES=Replication /INSTANCENAME=MSSQLSERVER /IACCEPTSQLSERVERLICENSETERMS

    qh

    [font="Tahoma"]Who looks outside, dreams; who looks inside, awakes. – Carl Jung.[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

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