英語OSには日本語のSQLをインストールできない?
現在Azure VM上でWindows Server 2012にSQL Server 2012 SP1をインストールしようとしているのですが、以下のエラーが出てインストールできません。 Exception type: Microsoft.SqlServer.Configuration.SetupExtension.InvalidLicenseFilePathException Message: The SQL Server license agreement cannot be located for the selected edition, EVAL. This could be a result of corrupted media or the edition being unsupported by the media. HResult : 0x858c001b FacilityCode : 1420 (58c) ErrorCode : 27 (001b) Data: SQL.Setup.FailureCategory = InputSettingValidationFailure editionValue = EVAL WatsonData = Microsoft.SqlServer.Configuration.SetupExtension.InvalidLicenseFilePathException@27 DisableWatson = true Stack: at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs) at Microsoft.SqlServer.Configuration.BootstrapExtension.ValidateChainerSettingAction.ExecuteAction(String actionId) ...