web-dev-qa-db-ja.com

MS SQL Serverの無人インストール(2008 | 2012)EXPRESS?

私の目標は、MS SQL Server 2012 R2Expressをインストールすることです。

ダウンロードしましたSQLEXPRADV_x64_ENU.exeおよび使用済み/ACTION=Install /UIMODE=Normal構成ファイルを生成および変更します。構成をどのようにいじっても、standardエディションの「デフォルト」または「名前付き」インスタンスがインストールされますが、私はライセンスを指定しないでくださいこの画像 の赤い矢印は無視してください。を選択しています)otherオプション)。

何が得られますか? Expressエディションをインストールするには、どの設定を指定または変更する必要がありますか?

更新:私はかもしれないのバージョンが間違っていると言われましたインストーラー。 (すべてのバージョンに同じ名前を付けるのは素晴らしいです。)現在、再度ダウンロードしていますが、既に持っているものではないかどうかはわかりません(右クリックして[プロパティ]を選択すると、「Microsoft SQLServer」であることがわかります。 2012 Express Advanced Edition」)。

ダウンロード先を知っています Microsoft SQL Server 2008 R2 Express 、ダウンロード先を知っています Microsoft SQL Server 2012 Express ですが、世界のどこにMicrosoft SQL Server2012 R2 Express?クライアントは、2008年または2012年(そして最終的には2014年)のいずれかで「高度なツールを備えたMS SQL ServerR2」を使用したいと考えています。


あなたはおそらくこれを尋ねるでしょうから、私はここに私の完全な設定ファイルを含めています:

;SQL Server 2012 Configuration File

; DEVELOPER'S NOTE
; This file was obtained from the installer using the switches "/ACTION=Install /UIMODE=Normal" which yields the FULL set of wizard pages AND the ability to save a new configuration file.
; See also: https://technet.Microsoft.com/en-us/library/ms144259%28v=sql.110%29.aspx

; Values that need to be changed before use:
;INSTANCENAME="{INSTANCENAME}"
;INSTANCEID="{INSTANCEID}"
;SQLSVCACCOUNT="NT Service\MSSQL${INSTANCENAME}"
;SQLSVCPASSWORD="{SQLSVCPASSWORD}"
;SQLSYSADMINACCOUNTS="{HOSTNAME}\Administrator"
;SAPWD="{SAPWD}"
;RSSVCACCOUNT="NT Service\ReportServer${INSTANCENAME}"
;FTSVCACCOUNT="NT Service\MSSQLFDLauncher${INSTANCENAME}"
;QUIETSIMPLE="True" -- I recommend you pass "/QS" to the installer rather than editing this value

[OPTIONS]
; Required to acknowledge acceptance of the license terms.
IACCEPTSQLSERVERLICENSETERMS="True"
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
ACTION="Install"
; Detailed help for command line argument ROLE has not been defined yet.
;ROLE="AllFeatures_WithDefaults"
; Detailed help for command line argument ENU has not been defined yet.
ENU="True"
; Parameter that controls the user interface behavior. Valid values are Normal for the full UI,AutoAdvance for a simplied UI, and EnableUIOnServerCore for bypassing Server Core setup GUI block.
;UIMODE="Normal"
; Setup will not display any user interface.
;QUIET="False"
; Setup will display progress only, without any user interaction.
QUIETSIMPLE="False"
; Specify whether SQL Server Setup should discover and include product updates. The valid values are True and False or 1 and 0. By default SQL Server Setup will include updates that are found.
UpdateEnabled="False"
; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, MDS, and Tools. The SQL feature will install the Database Engine, Replication, Full-Text, and Data Quality Services (DQS) server. The Tools feature will install Management Tools, Books online components, SQL Server Data Tools, and other shared components.
FEATURES=SQL,AS,RS,DQC,IS,MDS,Tools,SNAC_SDK
;FEATURES=SQLENGINE,REPLICATION,FULLTEXT,RS,BIDS,BOL,SSMS,SNAC_SDK
; Specify the location where SQL Server Setup will obtain product updates. The valid values are "MU" to search Microsoft Update, a valid folder path, a relative path such as .\MyUpdates or a UNC share. By default SQL Server Setup will search Microsoft Update or a Windows Update service through the Window Server Update Services.
UpdateSource="MU"
; Displays the command line parameters usage
HELP="False"
; Specifies that the detailed Setup log should be piped to the console.
INDICATEPROGRESS="True"
; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.
X86="False"
; Specify the root installation directory for shared components. This directory remains unchanged after shared components are already installed.
INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server"
; Specify the root installation directory for the WOW64 shared components. This directory remains unchanged after WOW64 shared components are already installed.
INSTALLSHAREDWOWDIR="C:\Program Files (x86)\Microsoft SQL Server"
; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting Services (RS).
INSTANCENAME="{INSTANCENAME}"
; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will incorporate the instance ID of the SQL Server instance.
INSTANCEID="{INSTANCEID}"
; Specify that SQL Server feature usage data can be collected and sent to Microsoft. Specify 1 or True to enable and 0 or False to disable this feature.
SQMREPORTING="False"
; RSInputSettings_RSInstallMode_Description
RSINSTALLMODE="DefaultNativeMode"
; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature.
ERRORREPORTING="False"
; Specify the installation directory.
INSTANCEDIR="C:\Program Files\Microsoft SQL Server"
; Agent account name
AGTSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
; Auto-start service after installation.
AGTSVCSTARTUPTYPE="Automatic"
; CM brick TCP communication port
COMMFABRICPORT="0"
; How matrix will use private networks
COMMFABRICNETWORKLEVEL="0"
; How inter brick communication will be protected
COMMFABRICENCRYPTION="0"
; TCP port used by the CM brick
MATRIXCMBRICKCOMMPORT="0"
; Startup type for the SQL Server service.
SQLSVCSTARTUPTYPE="Automatic"
; Level to enable FILESTREAM feature at (0, 1, 2 or 3).
FILESTREAMLEVEL="0"
; Set to "1" to enable RANU for SQL Server Express.
ENABLERANU="True"
; Specifies a Windows collation or an SQL collation to use for the Database Engine.
SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
; Account for SQL Server service: Domain\User or system account.
SQLSVCACCOUNT="NT Service\MSSQL${INSTANCENAME}"
SQLSVCPASSWORD="{SQLSVCPASSWORD}"
; Windows account(s) to provision as SQL Server system administrators.
SQLSYSADMINACCOUNTS="{HOSTNAME}\Administrator"
; The default is Windows Authentication. Use "SQL" for Mixed Mode Authentication.
SECURITYMODE="SQL"
SAPWD="{SAPWD}"
; Provision current user as a Database Engine system administrator for SQL Server 2012 Express.
ADDCURRENTUSERASSQLADMIN="True"
; Specify 0 to disable or 1 to enable the TCP/IP protocol.
TCPENABLED="1"
; Specify 0 to disable or 1 to enable the Named Pipes protocol.
NPENABLED="1"
; Startup type for Browser Service.
BROWSERSVCSTARTUPTYPE="Disabled"
; Specifies which account the report server NT service should execute under.
RSSVCACCOUNT="NT Service\ReportServer${INSTANCENAME}"
; Specifies how the startup mode of the report server NT service.
RSSVCSTARTUPTYPE="Automatic"
; Add description of input argument FTSVCACCOUNT
FTSVCACCOUNT="NT Service\MSSQLFDLauncher${INSTANCENAME}"
3
KlaymenDK

間違ったインストーラー?

これは間違ったインストーラーに帰着すると思います。あなたが言及したリンクからSQLServer 2012 Express Advanced Editionインストーラーをダウンロードし、手順を幅広く実行することができましたが、顕著な違いが見られました。

プロダクトキーの画面がスクリーンショットと異なります。私の場合、ドロップダウンメニューにExpressのみが表示され、「評価」は表示されません。評価が表示される場合は、標準(またはその他)エディションのインストーラーがあることを示していると思います。 screenshot of product key config on my sql server 2012 express

インストーラーが別のファイルであることを確認する簡単な方法は、ハッシュを比較することです。このファイルで取得するsha1ハッシュはE1F8DEC35422A67E6733E53ED260CCE538E97EDCです。 FCIVまたはGet-FileHash(PowerShell 4.0?)は、Windowsの2つの例です。

しかし、これだけではあまり答えにはならないので、私は先に進んで完全な無人インストールを行いました。まず、あなたと同じようにConfigurationFile.iniを作成しました。

無人インストール

SQLEXPRADV_x64_ENU.exe /ACTION=Install /UIMode=Normal

インストーラーの「ReadytoInstall」ページまでインストーラーをたどりました。このページには、作成されたConfigurationFile.iniへのパスが表示されます。私の場合:

C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\<timestamp>\ConfigurationFile.ini

インストーラーを閉じる前に、インストールディレクトリ全体をコピーするとともに、このファイルを必要な場所にコピーまたは保存します。無人インストールを行っている場合は、毎回dir名を推測してコピーする必要はありません。無人インストールには、抽出されたインストールディレクトリ+ setup.exeが必要だと思います。/CONFIGURATIONFILEを使用してSQLEXPRADV_x64_ENU.exeを直接実行しようとしてもうまくいきませんでした。

構成ファイルは指定されたパスワードを保持していないようでした(私の例では混合モード認証を有効にしたため、私の場合はSAPWDのみ)。そのため、後でファイルに追加するか、コマンドライン引数として指定する必要があります。 。

ConfigurationFile.iniを編集してQuiet = "True"を設定し、UIMode = Normalをコメントアウトする必要があります。無人インストールの場合、通常はGUIは必要ありません。これがないと、インストーラーを起動して待機します。ユーザー入力。

;UIMODE="Normal"

; Setup will not display any user interface. 
QUIET="True"

または、/?を指定してSQLEXPRADV_x64_ENU.exeを呼び出すこともできます。パラメータの完全なリストを取得するための引数と、構成ファイルを使用せずに必要なオプションを手動で渡すだけでインストールするための無人の例を下部に示します。その例ではsetup.exeが指定されているため、抽出されたディレクトリが必要な場合は上記のようになります。それは本当に長いので、私はそれを私の答えから遠ざけました。これらも ここに記載 なので、ファイルを手動で作成できます。リンクには、Expressでは利用できないオプションがある場合があることに注意してください。

最後に、インストーラーと構成ファイルをターゲットマシンにコピーし、構成ファイルに必要な変更を加えます。

setup.exe /CONFIGURATIONFILE=c:\path\to\myConfigurationFile.ini /IAcceptSQLServerLicenseTerms /SAPWD="****************"

特に/ IAcceptSQLServerLicenseTermsは重要です。これを省略すると、指定する必要があることがわかります。 .iniで指定できる可能性がありますが、私はこれをテストしませんでした。 ***は私のテストの代わりですSAパスワード。混合モードを有効にしない場合、または構成ファイルにPWを追加する場合は、その部分は必要ない場合があります。

ExpressEditionの確認

次に、SQL Serverサーバーのバージョン(およびエディション)を通知するクールなスクリプトを見つけました ここではtechnet インストール後のエディションを実際に確認する方法がわからなかったため、元の質問は次のとおりです。 ExpressではなくStandardエディションをインストールしているように見えるため。確かに、MSダウンロードのExpressインストーラーが別のエディションをインストールすることになった場合は非常に驚きました。

もちろんこの部分は必要ありませんが、 直接リンクはここにあります

これが私の場合に得た出力です:

---------------------------------------------------------------------------------------------------------
--//Your current Microsoft SQL Server information:
---------------------------------------------------------------------------------------------------------
Product Version:          11.0.2100.60
Product Name:             SQL Server 2012
Product Level:            RTM 
Product Edition:          Express Edition (64-bit)
---------------------------------------------------------------------------------------------------------
Note, if you want to know information about CU, please read this KB below.
KB321185, <https://support.Microsoft.com/en-us/kb/321185>
---------------------------------------------------------------------------------------------------------
Support Lifecycle stage: Mainstream Support Phase, however security/non-security updates are not available for
current 2012 baseline. Upgrade to SP2 for security/Non-security updates. For additional information refer to:
https://support.Microsoft.com/en-us/lifecycle/search?sort=PN&alpha=SQL%20Server&Filter=FilterNO, and Q6, Q18
in the FAQ section of Support Lifecycle page at: https://support.Microsoft.com/en-us/lifecycle#gp/lifePolicy
---------------------------------------------------------------------------------------------------------
Full information:
Microsoft SQL Server 2012 - 11.0.2100.60 (X64) 
    Feb 10 2012 19:39:15 
    Copyright (c) Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)

---------------------------------------------------------------------------------------------------------
--//Recommended updates: 
--### RTM -> QFE or GDR
--### SP  -> QFE or GDR
--### QFE -> QFE
--### GDR -> GDR or QFE
---------------------------------------------------------------------------------------------------------
Install the latest service pack:              SP3, <https://support.Microsoft.com/en-us/kb/3072779>

---------------------------------------------------------------------------------------------------------
###### QFE branch updates
---------------------------------------------------------------------------------------------------------
11.0.2376 (SQL Server 2012 RTM QFE) http://support.Microsoft.com/en-us/kb/2716441
11.0.3513 (SQL Server 2012 SP1 QFE) https://support.Microsoft.com/en-us/kb/3045317
11.0.5613 (SQL Server 2012 SP2 QFE) https://support.Microsoft.com/en-us/kb/3045319
---------------------------------------------------------------------------------------------------------
###### GDR branch updates
---------------------------------------------------------------------------------------------------------
11.0.2218 (SQL Server 2012 RTM GDR) https://support.Microsoft.com/en-us/kb/2716442
11.0.3153 (SQL Server 2012 SP1 GDR) http://support.Microsoft.com/kb/2977326/en-us
11.0.3156 (SQL Server 2012 SP1 GDR) https://support.Microsoft.com/en-us/kb/3045318
11.0.5343 (SQL Server 2012 SP2 GDR) https://support.Microsoft.com/en-us/kb/3045321
---------------------------------------------------------------------------------------------------------
Note, if you don’t want to upgrade to latest service pack right now, we recommend you install the latest
Cumulative Update CU11 of SQL Server 2012 RTM.
Install the latest Cumulative Update (CU) of RTM: CU11, <https://support.Microsoft.com/en-us/kb/2908007>


---------------------------------------------------------------------------------------------------------
--//You can upgrade to any of the following product(s):
---------------------------------------------------------------------------------------------------------
If you want to upgrade to higher edition, please intall service pack.


For additional information about supported version and edition upgrades refer to:
https://technet.Microsoft.com/en-us/library/ms143393(v=sql.120).aspx
3
Joshua McKinnon