Installation SQL Server Denali – SQL 11

"Setup Denali"
"Setup Denali"

Die Installation des Denali ist relativ unspektakulär, insofern sie doch der Installation des SQL Server 2008 fast bis aufs Haar gleicht. Daherzeige werden hier nur die Abweichungen  des Assistenten gezeigt

Framework 4

.. muss installiert sein

image

Imaged Instances

Damit ist es möglich aus einer bestehenden Installation ein Konfigurationsfile zu ziehen und damit den SQL Server im Unternehmen mit den gleichen Einstellungen automatisiert zu installieren.

image

Die Konfigurationsdatei könnte so aussehen:

;Microsoft SQL Server "Denali" Configuration file
[OPTIONS]
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
ACTION="Install"
; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, and Tools. The SQL feature will install the database engine, replication, and full-text. The Tools feature will install Management Tools, Books online, Business Intelligence Development Studio, and other shared components. 

FEATURES=SQL,Tools

und wird später so ausgeführt:

Setup.exe /ConfigurationFile=MyConfigurationFile.INI

oder so:

Setup.exe /SQLSVCPASSWORD="************" /AGTSVCPASSWORD="************" /ASSVCPASSWORD="************" /ISSVCPASSWORD="************" /RSSVCPASSWORD="************" /ConfigurationFile=MyConfigurationFile.INI

Kurze Erläuterungen zu den ausgewählten Features

image

Fertig Zwinkerndes Smiley

Author: Fumus

1 thought on “Installation SQL Server Denali – SQL 11

  1. Pingback: Blog

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert