Quantcast
Channel: SQL Server Setup & Upgrade Forum
Viewing all 7701 articles
Browse latest View live

How to assign these permissions for sql dbengine via group policy?

$
0
0

Hi,

The SQL account needed for dbengine must have these permissions below applied via group policy...They are not available under user rights assignment - so how are they to be applied?

The ones not in the user rights assignment page are:

  • Permission to start SQL Writer
  • Permission to read the Event Log service
  • Permission to read the Remote Procedure Call service


SQL server Upgrade

$
0
0

Hi,

Is it possible to upgrade from SQL server 2016 web edition to SQL server 2017 standard? Can you please let me know how to do it if this is possible?

Thank you,

Ahilan

SQL server 2016 installation error

$
0
0

Hi,

I try to install SQL server 2016 standard on Window server 2016. But fail with error  Microsoft.VC80.CRT,version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"

How can I fix this problem?

Thank you.

SQL Install using ansible

$
0
0

Anyone got experience with installing SQL using ansible? I have the following bits in my main.yml file but when try to execute it fails.

<style type="text/css">@page { margin: 2cm } p { margin-bottom: 0.25cm; line-height: 120% } </style>

# Run installer from mounted ISO

- name: Ensure an ISO is mounted

win_disk_image:

image_path: C:\memset\SW_DVD9_NTRL_SQL_Svr_Standard_Edtn_2017_64Bit_English_OEM_VL_X21-56945.ISO

state: present

register: disk_image_out

- debug:

msg: "{{ disk_image_out }}"

- name: Run setup from mounted iso

win_package:

path: '{{ disk_image_out.mount_paths[0] }}\setup.exe'

product_id: 'xxxxx-xxxxx-xxxxx-xxxxx-xxxxx'

state: present

arguments:

- '/ACTION=Install "/ConfigurationFile=C:\memset\SQL_2017_Standard_ConfigurationFile.ini"'

- 'sa_password: "{{ sa_password }}"'

- name: Add or update registry for ip port

win_regedit:

path: HKLM:\Software\Microsoft\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp\IPAll

name: TcpPort

data: 1433

type: string

- name: start a service

win_service:

name: 'MSSQLSERVER'

start_mode: auto

force_dependent_services: yes

state: started

Run failure:

TASK [install-mssql-2017 : Run setup from mounted iso] *****************************************************************************************************************************************
changed: [xxxxxxx]

TASK [install-mssql-2017 : Add or update registry for ip port] *********************************************************************************************************************************
ok: [xxxxxxx]

TASK [install-mssql-2017 : start a service] ****************************************************************************************************************************************************
fatal: [xxxxxxx]: FAILED! => {"changed": false, "exists": false, "msg": "Service 'MSSQLSERVER' is not installed, need to set 'path' to create a new service"}
to retry, use: --limit @/opt/ansible/cache/retry.d/sah_test_install-mssql-2017.retry

PLAY RECAP *************************************************************************************************************************************************************************************
xxxxxxx                  : ok=12   changed=7    unreachable=0    failed=1   

Any ideas why it is failing?

Thanks,

Ahilan

In place upgrade of Win 2008 R2 to Win 2012 R2 that has SQL 2008 R2 already installed

$
0
0

Hi, 

Is it possible to upgrade Win 2008 R2 to Win 2012 R2, which already has SQL 2008 R2 installed on it ?

I've read different reports that SQL 2008 R2 service pack 2 or later may or may not need be installed as a prerequisite.  

Thanks  


AJC999

Installation on Ubuntu server 18.04.3 LTS

$
0
0

I cannot install an accessible SQL Server Express Edition on my Ubuntu Server. N.B. I had SQL Server running for ages on my Ubuntu Server but after some months of not using it when I tried to connect this week my attempts to connect from my windows 10 client pc (using SQL Server Management Studio) failed. As such I started from scratch by rebuilding my Ubuntu Server and with such a clean platform then tried to reinstall SQL Server 2017 Express. But connections still failed with the attached error



Investigating the error msg on the web I find this is a known problem with the SQL Server team first stating the fix was to downgrade openssl to release 1.0.2g but I've done this and I still cannot connect. The SQL Server team then updated the link stating the fix was no longer required but installing SQL Server using the instructions provided by the official Microsoft web pages also fails to give me an installation that I can connect to.  So I'm stumped and after nearly 20 years of using SQL Server naturally I'm pretty disappointed. Can anyone help me resolve this problem. Remember the Ubuntu Server installation is very minimal, all I've installed is Webmin after the initial Ubuntu Server install.

SQL Server Developer upgrade from 2017 to 2019 failure.

$
0
0

SQL Server Developer upgrade from 2017 to 2019 failure. I can send the Detail log if needed but it is too large to post here.

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068643839
  Start time:                    2019-11-05 10:57:35
  End time:                      2019-11-05 11:02:51
  Requested action:              Upgrade

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for FullText:        Use the following information to resolve the error, and then try the setup process again.
  Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
  Next step for BC:              Use the following information to resolve the error, and then try the setup process again.
  Next step for SDK:             Use the following information to resolve the error, and then try the setup process again.
  Next step for Conn:            Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  WH
  Machine processor count:       8
  OS version:                    Microsoft Windows 10 Pro (10.0.18362)
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered  Configured
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Full-Text and Semantic Extractions for Search 1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Database Engine Services                1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Client Tools Connectivity               1033                                      14.0.1000.169   No         Yes      
  SQL Server 2017                                                          Client Tools Backwards Compatibility    1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools SDK                        1033                                      14.0.1000.169   No        Yes       

Package properties:
  Description:                   Microsoft SQL Server 2019 
  ProductName:                   SQL Server 2019
  Type:                          RTM
  Version:                       15
  SPLevel:                       0
  Installation location:         I:\x64\setup\
  Installation edition:          Developer

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Upgrade
  AGTDOMAINGROUP:                <empty>
  ASTELSVCACCT:                  <empty>
  ASTELSVCPASSWORD:              <empty>
  ASTELSVCSTARTUPTYPE:           0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FAILOVERCLUSTERROLLOWNERSHIP:  2
  FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$TEST
  FTSVCPASSWORD:                 <empty>
  FTUPGRADEOPTION:               Import
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  IACCEPTRSUNINSTALL:            false
  IACCEPTSQLSERVERLICENSETERMS:  true
  IACKNOWLEDGEENTCALLIMITS:      false
  INDICATEPROGRESS:              false
  INSTANCEID:                    TEST
  INSTANCENAME:                  TEST
  ISMASTERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISMASTERSVCPASSWORD:           <empty>
  ISMASTERSVCPORT:               8391
  ISMASTERSVCSSLCERTCN:          <empty>
  ISMASTERSVCSTARTUPTYPE:        Automatic
  ISMASTERSVCTHUMBPRINT:         <empty>
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  ISTELSVCACCT:                  <empty>
  ISTELSVCPASSWORD:              <empty>
  ISTELSVCSTARTUPTYPE:           0
  ISWORKERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISWORKERSVCCERT:               <empty>
  ISWORKERSVCMASTER:             <empty>
  ISWORKERSVCPASSWORD:           <empty>
  ISWORKERSVCSTARTUPTYPE:        Automatic
  MRCACHEDIRECTORY:              
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  RSCATALOGSERVERINSTANCENAME:   Unknown
  SQLTELSVCACCT:                 NT Service\SQLTELEMETRY$TEST
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          Automatic
  SUPPRESSPAIDEDITIONNOTICE:     false
  SUPPRESSPRIVACYSTATEMENTNOTICE: false
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini

Detailed results:
  Feature:                       Full-Text and Semantic Extractions for Search
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Database Engine Services
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools SDK
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools Connectivity
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       SQL Client Connectivity SDK
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

Rules with failures or warnings:

Rules report file:               C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\SystemConfigurationCheck_Report.htm

can't install SSMS 18.4 on windows 7 enterprise - Bundle action failed: Unknown error (0xc000000d) (0xC000000D)

$
0
0

Any idea why I get "Unknown error (0xc000000d) (0xC000000D)" ?

I've installed in on many other computers.. but this one only gives me trouble :/

Here's the error log:


[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS Caption: Microsoft Windows 7 Entreprise 
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS Version: 6.1.7601
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: NetFx4 Version: 4.7.03062
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS UI Culture: French (France) (1036)
[1BE8:1B70][2019-11-13T15:11:02]i000: MainViewModel.CheckFailedConditions: Check whether OS is Windows 10 / Windows Server 2016 pre-RS1 (build <= 10586). OSVersion = 6.1.7601
[1BE8:1B70][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.SetCommandLineProperties: Begin
[1BE8:1B70][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.SetCommandLineProperties: End
[1BE8:1848][2019-11-13T15:11:02]i100: Detect begin, 24 packages
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'NETFRAMEWORK45' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMS18PreReleaseDetected' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMSInstallExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstallExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstallExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18\Language'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMSInstalledLanguageKeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(SSMSInstalledLanguage1028 = 1) OR (SSMSInstalledLanguage1031 = 1) OR (SSMSInstalledLanguage1033 = 1) OR (SSMSInstalledLanguage1036 = 1) OR (SSMSInstalledLanguage1040 = 1) OR (SSMSInstalledLanguage1041 = 1) OR (SSMSInstalledLanguage1042 = 1) OR (SSMSInstalledLanguage1046 = 1) OR (SSMSInstalledLanguage1049 = 1) OR (SSMSInstalledLanguage2052 = 1) OR (SSMSInstalledLanguage3082 = 1)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\12.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D12x86_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D14x64_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D14x86_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'HKLM\Software\Microsoft\DevDiv\vsta\Servicing\15.0\hosting'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'Netfx4FullReleaseX64' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'InstallationType' to value 'Client'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'Netfx4ClientReleaseX64' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14'
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D12x86_KeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D14x86_KeyExists AND (VCRedist_D14x86_Major >= 14) AND (VCRedist_D14x86_Minor >= 10) AND (VCRedist_D14x86_Bld >= 25008)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D14x64_KeyExists AND (VCRedist_D14x64_Major >= 14) AND (VCRedist_D14x64_Minor >= 10) AND (VCRedist_D14x64_Bld >= 25008)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(Netfx4FullReleaseX64 >= 461808) OR (NetFx4ClientReleaseX64 >= 461808)' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]w120: Detected partially cached package: sqlncli.msi, invalid payload: sqlncli.msi, reason: 0x80070570
[1BE8:1848][2019-11-13T15:11:02]w120: Detected partially cached package: msodbcsql.msi, invalid payload: msodbcsql.msi, reason: 0x80070570
[1BE8:1848][20****17Installed' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD12x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD14x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD14x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: HelpViewer2_3, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: HelpViewer2_3_LP, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: DotNet47, state: Present, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: NetFx45Web, state: Present, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sqlncli.msi, state: Absent, cached: Partial
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: msodbcsql.msi, state: Absent, cached: Partial
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: msoledbsql.msi, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: adalsql_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_as_oledb_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_as_oledb_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VS2017IsoShellForSSMS, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VS2017IsoShellForSSMS_LP, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VSTA2017, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_ssms_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_ssms_loc_x64_Loc, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_rs_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_as_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_as_loc_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_rs_loc_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_is, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: SsmsPostInstall_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i000: BootstrapperEngineDataModel.OnDetectComplete.: Entering...
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel: Trying to parse value '0' for property 'SSMSInstallExists'...
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.CheckInstallPathIsValid: Successfully created and deleted installation folder - 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18' 
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: IsUpgradeScenario=False
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: SSMSInstallRoot=C:\Program Files (x86)\Microsoft SQL Server Management Studio 18
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: SSMSInstallVersion=none
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'RebootPending = 1' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMS18PreReleaseDetected = 0' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(SSMS18PreReleaseDetected = 1) OR (SSMSInstallExists = 0) OR (SSMSInstalledLanguageKeyExists = 0) OR SSMSInstalledLanguageMatch' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'NOT Msix64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'RebootPending = 0' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(VersionNT = v6.1 AND ServicePackLevel = 1) OR VersionNT > v6.1' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'Installed OR (VersionNT <> v6.2) OR (InstallationType <> "Client")' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(VersionNT <> v6.3) OR (KB2919355_amd64_CurrentState = 112 OR KB2919355_x86_CurrentState = 112)' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i000: BootstrapperEngineDataModel.OnDetectComplete.: Exiting.
[1BE8:1848][2019-11-13T15:11:02]i199: Detect complete, result: 0x0
[1BE8:1B70][2019-11-13T15:11:04]i000: Setting string variable 'SSMSINSTALLROOT' to value 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18'
[1BE8:1B70][2019-11-13T15:11:04]i000: MainViewModel.CheckInstallPathIsValid: Successfully created and deleted installation folder - 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18' 
[1BE8:1B70][2019-11-13T15:11:04]i000: MainViewModel.Install: Install action clicked
[1BE8:1848][2019-11-13T15:11:04]i200: Plan begin, 24 packages, action: Install
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD12x86
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD12x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_0_VCRedistD12x86.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD14x86
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD14x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_1_VCRedistD14x86.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD14x64
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD14x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_2_VCRedistD14x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_HelpViewer2_3' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_3_HelpViewer2_3_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_HelpViewer2_3' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_3_HelpViewer2_3.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_HelpViewer2_3_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_4_HelpViewer2_3_LP_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_HelpViewer2_3_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_4_HelpViewer2_3_LP.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: DotNet47
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sqlncli.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_5_sqlncli.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sqlncli.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_5_sqlncli.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_msodbcsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_6_msodbcsql.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_msodbcsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_6_msodbcsql.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_msoledbsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_7_msoledbsql.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_msoledbsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_7_msoledbsql.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_adalsql_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_8_adalsql_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_as_oledb_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_9_sql_as_oledb_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_as_oledb_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_9_sql_as_oledb_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_as_oledb_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_10_sql_as_oledb_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_as_oledb_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_10_sql_as_oledb_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_VS2017IsoShellForSSMS' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_11_VS2017IsoShellForSSMS_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VS2017IsoShellForSSMS' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_11_VS2017IsoShellForSSMS.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_VS2017IsoShellForSSMS_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_12_VS2017IsoShellForSSMS_LP_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VS2017IsoShellForSSMS_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_12_VS2017IsoShellForSSMS_LP.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VSTA2017
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VSTA2017' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_13_VSTA2017.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_ssms_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_14_sql_ssms_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_ssms_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_14_sql_ssms_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_ssms_loc_x64_Loc' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_15_sql_ssms_loc_x64_Loc_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_ssms_loc_x64_Loc' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_15_sql_ssms_loc_x64_Loc.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_rs_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_16_ssms_rs_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_rs_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_16_ssms_rs_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_as_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_17_ssms_as_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_as_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_17_ssms_as_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_as_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_18_ssms_as_loc_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_as_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_18_ssms_as_loc_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_rs_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_19_ssms_rs_loc_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_rs_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_19_ssms_rs_loc_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_is' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_20_ssms_is_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_is' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_20_ssms_is.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_SsmsPostInstall_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_21_SsmsPostInstall_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_SsmsPostInstall_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_21_SsmsPostInstall_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD12x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD14x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD14x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: HelpViewer2_3, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: HelpViewer2_3_LP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: DotNet47, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: NetFx45Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sqlncli.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: msodbcsql.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: msoledbsql.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: adalsql_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_as_oledb_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_as_oledb_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VS2017IsoShellForSSMS, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VS2017IsoShellForSSMS_LP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VSTA2017, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_ssms_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_ssms_loc_x64_Loc, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_rs_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_as_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_as_loc_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_rs_loc_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_is, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: SsmsPostInstall_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i299: Plan complete, result: 0x0
[1BE8:1848][2019-11-13T15:11:04]i300: Apply begin
[1BE8:1848][2019-11-13T15:11:04]i000: MainViewModel.OnBundleAction: Bundle action started
[107C:1448][2019-11-13T15:11:04]i360: Creating a system restore point.
[107C:1448][2019-11-13T15:11:05]w363: Could not create system restore point, error: 0x80070422. Continuing...
[107C:1448][2019-11-13T15:11:05]i000: Caching bundle from: 'C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\.be\SSMS-Setup-FRA.exe' to: 'C:\ProgramData\Package Cache\{29acae63-ec22-4213-99cb-5e81f7028ee9}\SSMS-Setup-FRA.exe'
[107C:1448][2019-11-13T15:11:05]i320: Registering bundle dependency provider: {29acae63-ec22-4213-99cb-5e81f7028ee9}, version: 15.0.18183.0
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD12x86 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD12x86, moving to: C:\ProgramData\Package Cache\DF7F0A73BFA077E483E51BFB97F5E2ECEEDFB6A3\2013\vcredist_x86.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD14x86 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD14x86, moving to: C:\ProgramData\Package Cache\6C2B6E35BACC9BB15202488826EDEB9E05F4CC40\2017\VC_redist.x86.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD14x64 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD14x64, moving to: C:\ProgramData\Package Cache\DA2210409A0DC834341AACDECAE524E884FCA647\2017\VC_redist.x64.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: HelpViewer2_3 at path: C:\ProgramData\Package Cache\.unverified\HelpViewer2_3, moving to: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\redist\help3_vs_net.msi.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: cabE503715EC9048140D7380B4A179097EF at path: C:\ProgramData\Package Cache\.unverified\cabE503715EC9048140D7380B4A179097EF, moving to: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\redist\cab1.cab.
[107C:159C][2019-11-13T15:11:12]i305: Verified acquired payload: HelpViewer2_3_LP at path: C:\ProgramData\Package Cache\.unverified\HelpViewer2_3_LP, moving to: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\redist\help3_LP_net.msi.
[107C:159C][2019-11-13T15:11:12]i305: Verified acquired payload: cab96EEBCEEC415A2FC7E4C6265548D48E5 at path: C:\ProgramData\Package Cache\.unverified\cab96EEBCEEC415A2FC7E4C6265548D48E5, moving to: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\redist\cab1.cab.
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:12]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:12]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[1BE8:046C][2019-11-13T15:11:12]e349: Application requested retry of payload: sqlncli.msi, encountered error: 0xc000000d. Retrying...
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:13]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:13]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[1BE8:046C][2019-11-13T15:11:13]e349: Application requested retry of payload: sqlncli.msi, encountered error: 0xc000000d. Retrying...
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:14]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:14]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: HelpViewer2_3_LP, from path: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: HelpViewer2_3, from path: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD14x64, from path: C:\ProgramData\Package Cache\DA2210409A0DC834341AACDECAE524E884FCA647\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD14x86, from path: C:\ProgramData\Package Cache\6C2B6E35BACC9BB15202488826EDEB9E05F4CC40\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD12x86, from path: C:\ProgramData\Package Cache\DF7F0A73BFA077E483E51BFB97F5E2ECEEDFB6A3\
[1BE8:1848][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed while caching, aborting execution.
[107C:1448][2019-11-13T15:11:14]i330: Removed bundle dependency provider: {29acae63-ec22-4213-99cb-5e81f7028ee9}
[107C:1448][2019-11-13T15:11:14]i352: Removing cached bundle: {29acae63-ec22-4213-99cb-5e81f7028ee9}, from path: C:\ProgramData\Package Cache\{29acae63-ec22-4213-99cb-5e81f7028ee9}\
[1BE8:1848][2019-11-13T15:11:14]e000: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0xc000000d) (0xC000000D)
[1BE8:1848][2019-11-13T15:11:14]i399: Apply complete, result: 0xc000000d, restart: None, ba requested restart:  No
[1BE8:1B70][2019-11-13T15:11:16]i000: MainViewModel.OpenUrl: Opening url: C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101.log


SQL install to accomplish passive mode for databases in an availability group

$
0
0

User asked me to install the SQL server on a different sever with same spec as the current one as passive mode to setup databases in an availability group.  I understand as long as they accomplish the following there is no licensing fee involve but we have SPLA pool licenses. 

Primary server licenses covered with SA include support for one secondary server only, and any additional secondary servers must be licensed for SQL Server. Note: The rights to run a passive instance of SQL Server for failover support are not transferable to other licensed servers for purposes of providing multiple passive secondary servers to a single primary server.

Is it ok to install as standard alone SQL install and let the customer to sort out the configuration? Please advice.

Thanks,

Ahilan

Trailing blanks in unique index

$
0
0

Hi!

I have migrated Oracle-tables to SQL Server using SSMA. First I did the migration to the master database and then I made the same migration to a new database I had created with default settings. The migration to the new database failed but the migration to the master database was ok.

The problem was an unique index violation. The column (varchar) had values with only trailing blanks that differs ("ABC" and "ABC "). As it was not a problem in the master database I presume it's a setting in the database, but I don't know which setting it is.

Where is the setting that makes SQL Server regard "ABC" and "ABC " as different values?

Which OS version will be the best to fit the good old 2008 R2 SQL?

$
0
0
Greetings SQL Heros,

Our current MSSQL version is 2008 R2.

I’m about to move the DB to a new server. Which OS version will be the best to fit the good old 2008 R2 SQL version? Is it Windows Server 2008 R2, Windows 2012, Windows 2016 or Windows 2019?

Thanks!

HOW do you assign these permissions to a windows AD account?

$
0
0

Hi,

How do you assign the permissions below to an account like this: domain\account?

  • Permission to start SQL Writer
  • Permission to read the Event Log service
  • Permission to read the Remote Procedure Call service

ANY windows AD account might need these permissions - HOW do you assign these 3 above to any AD account?

Thanks.

Please do NOT send me a link to sql permissions for service accounts - that link does not say how to assign the permissions which i know!

In a 3 node SQL Availability group - should the instance names be the same or unique? What are the pros and cons of having the same instance name for all 3 nodes or unique instance names?

$
0
0

Hi,

In a 3 node SQL Availability group - should the instance names be the same or unique? What are the pros and cons of having the same instance name for all 3 nodes or unique instance names?

Thanks.

"Prior Visual Studio 2010 Instance Requiring Update" Failed

$
0
0

Hi,

I'm trying to install BIDS and SSMS for SQL Server 2012 on my machine. However, I can't get passed validation step that indicates SP1 needs to be installed for Visual Studio 2010. However, I have installed an re-installed VS2010 SP1 already.

Has anyone had the same problem?

Remove 2016 Polybase feature from a Clustered SQL Server Instance

$
0
0
We have a 4 Node SQL Server Cluster with a separate SQL 2016 Instance on each node. One of the instances has the Polybase feature installed and would like to remove it since we are not using it. Is there a way to remove this feature without removing the entire Node?

Installation failed in database engine service and other services

$
0
0

hi..

im trying to install sql server 2008 r2 (x86) on my laptop. and im getting this failed (DATABASE ENGINE SERVICES AND SQL Server Replication)

can anybody help me with this?.....thank you

and this is the overall summary

 

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -2061893608
  Exit facility code:            1306
  Exit error code:               24
  Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Start time:                    2010-09-23 23:58:25
  End time:                      2010-09-24 00:19:44
  Requested action:              Install
  Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100923_235523\Detail.txt
  Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.1600.1%26EvtType%3d0xE53883A0%400xBE03358B%401306%4024

Machine Properties:
  Machine name:                  SIVA-PC
  Machine processor count:       2
  OS version:                    Windows Vista
  OS service pack:               Service Pack 1
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x86
  Process architecture:          32 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered

Package properties:
  Description:                   SQL Server Database Services 2008 R2
  ProductName:                   SQL Server 2008 R2
  Type:                          RTM
  Version:                       10
  SPLevel:                       0
  Installation location:         c:\d16819b25d40932d5d36\x86\setup\
  Installation edition:          EXPRESS_ADVANCED

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      True
  AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Disabled
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASDOMAINGROUP:                 <empty>
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 *****
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Disabled
  CONFIGURATIONFILE:            
  CUSOURCE:                     
  ENABLERANU:                    True
  ENU:                           True
  ERRORREPORTING:                False
  FARMACCOUNT:                   <empty>
  FARMADMINPORT:                 0
  FARMPASSWORD:                  *****
  FEATURES:                      SQLENGINE,REPLICATION,SSMS,SNAC_SDK
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 *****
  HELP:                          False
  IACCEPTSQLSERVERLICENSETERMS:  False
  INDICATEPROGRESS:              False
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    SQLExpress
  INSTANCENAME:                  SQLEXPRESS
  ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
  ISSVCPASSWORD:                 *****
  ISSVCSTARTUPTYPE:              Automatic
  NPENABLED:                     0
  PASSPHRASE:                    *****
  PCUSOURCE:                    
  PID:                           *****
  QUIET:                         False
  QUIETSIMPLE:                   False
  ROLE:                          AllFeatures_WithDefaults
  RSINSTALLMODE:                 FilesOnlyMode
  RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
  RSSVCPASSWORD:                 *****
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
  SQLSVCPASSWORD:                *****
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           siva-PC\siva
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  False
  TCPENABLED:                    0
  UIMODE:                        AutoAdvance
  X86:                           False

  Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100923_235523\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xBE03358B@1306@24
  Configuration error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100923_235523\Detail.txt

  Feature:                       SQL Client Connectivity SDK
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       SQL Server Replication
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xBE03358B@1306@24
  Configuration error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100923_235523\Detail.txt

  Feature:                       Management Tools - Basic
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100923_235523\SystemConfigurationCheck_Report.htm

 

SQL Server Developer upgrade from 2017 to 2019 failure.

$
0
0

SQL Server Developer upgrade from 2017 to 2019 failure. I can send the Detail log if needed but it is too large to post here.

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068643839
  Start time:                    2019-11-05 10:57:35
  End time:                      2019-11-05 11:02:51
  Requested action:              Upgrade

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for FullText:        Use the following information to resolve the error, and then try the setup process again.
  Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
  Next step for BC:              Use the following information to resolve the error, and then try the setup process again.
  Next step for SDK:             Use the following information to resolve the error, and then try the setup process again.
  Next step for Conn:            Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  WH
  Machine processor count:       8
  OS version:                    Microsoft Windows 10 Pro (10.0.18362)
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered  Configured
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Full-Text and Semantic Extractions for Search 1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Database Engine Services                1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Client Tools Connectivity               1033                                      14.0.1000.169   No         Yes      
  SQL Server 2017                                                          Client Tools Backwards Compatibility    1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools SDK                        1033                                      14.0.1000.169   No        Yes       

Package properties:
  Description:                   Microsoft SQL Server 2019 
  ProductName:                   SQL Server 2019
  Type:                          RTM
  Version:                       15
  SPLevel:                       0
  Installation location:         I:\x64\setup\
  Installation edition:          Developer

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Upgrade
  AGTDOMAINGROUP:                <empty>
  ASTELSVCACCT:                  <empty>
  ASTELSVCPASSWORD:              <empty>
  ASTELSVCSTARTUPTYPE:           0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FAILOVERCLUSTERROLLOWNERSHIP:  2
  FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$TEST
  FTSVCPASSWORD:                 <empty>
  FTUPGRADEOPTION:               Import
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  IACCEPTRSUNINSTALL:            false
  IACCEPTSQLSERVERLICENSETERMS:  true
  IACKNOWLEDGEENTCALLIMITS:      false
  INDICATEPROGRESS:              false
  INSTANCEID:                    TEST
  INSTANCENAME:                  TEST
  ISMASTERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISMASTERSVCPASSWORD:           <empty>
  ISMASTERSVCPORT:               8391
  ISMASTERSVCSSLCERTCN:          <empty>
  ISMASTERSVCSTARTUPTYPE:        Automatic
  ISMASTERSVCTHUMBPRINT:         <empty>
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  ISTELSVCACCT:                  <empty>
  ISTELSVCPASSWORD:              <empty>
  ISTELSVCSTARTUPTYPE:           0
  ISWORKERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISWORKERSVCCERT:               <empty>
  ISWORKERSVCMASTER:             <empty>
  ISWORKERSVCPASSWORD:           <empty>
  ISWORKERSVCSTARTUPTYPE:        Automatic
  MRCACHEDIRECTORY:              
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  RSCATALOGSERVERINSTANCENAME:   Unknown
  SQLTELSVCACCT:                 NT Service\SQLTELEMETRY$TEST
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          Automatic
  SUPPRESSPAIDEDITIONNOTICE:     false
  SUPPRESSPRIVACYSTATEMENTNOTICE: false
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini

Detailed results:
  Feature:                       Full-Text and Semantic Extractions for Search
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Database Engine Services
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools SDK
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       Client Tools Connectivity
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       SQL Client Connectivity SDK
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

Rules with failures or warnings:

Rules report file:               C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\SystemConfigurationCheck_Report.htm

SQL Server 2019 Fails to Install

$
0
0

Hello,

   I am trying to install SQL Server 2019 on my laptop.  We have multiple versions of SQL Server on the laptops due to clients having different versions of SQL Server that we are working with.  I am trying to just install the Database Engine Services and it fails to install.  The log is very vague as to what failed, and how we can go about fixing it so that SQL Server 2019 will install along side other versions of SQL Server.

Here is the output of the log:

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068643839
  Start time:                    2019-11-05 08:59:36
  End time:                      2019-11-05 09:01:48
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  MMASTRO-PC
  Machine processor count:       12
  OS version:                    Microsoft Windows 10 Pro (10.0.18362)
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered  Configured
  SQL Server 2008      SQL08                MSSQL10.SQL08                  Database Engine Services                 1033                 Standard Edition     10.0.1600.22    No         Yes       
  SQL Server 2008      SQL08                MSSQL10.SQL08                  SQL Server Replication                   1033                 Standard Edition     10.0.1600.22    No         Yes       
  SQL Server 2008      SQL08                MSSQL10.SQL08                  Full-Text and Semantic Extractions for Search 1033                 Standard Edition     10.0.1600.22    No         Yes       
  SQL Server 2008 R2   SQL08R2              MSSQL10_50.SQL08R2             Database Engine Services                 1033                 Enterprise Edition   10.50.1600.1    No         Yes       
  SQL Server 2008 R2   SQL08R2              MSSQL10_50.SQL08R2             SQL Server Replication                   1033                 Enterprise Edition   10.50.1600.1    No         Yes       
  SQL Server 2008 R2   SQL08R2              MSSQL10_50.SQL08R2             Full-Text and Semantic Extractions for Search 1033                 Enterprise Edition   10.50.1600.1    No         Yes       
  SQL Server 2008 R2                                                       Client Tools Connectivity                1033                                      10.50.1600.1    No         Yes       
  SQL Server 2008 R2                                                       Client Tools Backwards Compatibility     1033                                      10.50.1600.1    No         Yes       
  SQL Server 2008 R2                                                       Integration Services                     1033                 Enterprise Edition   10.50.1600.1    No         Yes       
  SQL Server 2012      SQL12                MSSQL11.SQL12                  Database Engine Services                 1033                 Enterprise Edition   11.2.5388.0     No         Yes       
  SQL Server 2012      SQL12                MSSQL11.SQL12                  SQL Server Replication                   1033                 Enterprise Edition   11.2.5388.0     No         Yes       
  SQL Server 2012      SQL12                MSSQL11.SQL12                  Full-Text and Semantic Extractions for Search 1033                 Enterprise Edition   11.2.5388.0     No         Yes       
  SQL Server 2012      SQL12                MSSQL11.SQL12                  Data Quality Services                    1033                 Enterprise Edition   11.2.5058.0     No         Yes       
  SQL Server 2012                                                          Client Tools Connectivity                1033                                      11.2.5058.0     No         Yes       
  SQL Server 2012                                                          Client Tools Backwards Compatibility     1033                                      11.2.5058.0     No         Yes       
  SQL Server 2012                                                          Data Quality Client                      1033                 Enterprise Edition   11.2.5058.0     No         Yes       
  SQL Server 2012                                                          Integration Services                     1033                 Enterprise Edition   11.2.5388.0     No         Yes       
  SQL Server 2012                                                          Master Data Services                     1033                 Enterprise Edition   11.2.5058.0     No         Yes       
  SQL Server 2014      SQL14                MSSQL12.SQL14                  Database Engine Services                 1033                 Enterprise Edition   12.1.4237.0     No         Yes       
  SQL Server 2014      SQL14                MSSQL12.SQL14                  SQL Server Replication                   1033                 Enterprise Edition   12.1.4237.0     No         Yes       
  SQL Server 2014      SQL14                MSSQL12.SQL14                  Full-Text and Semantic Extractions for Search 1033                 Enterprise Edition   12.0.2000.8     No         Yes       
  SQL Server 2014      SQL14                MSSQL12.SQL14                  Data Quality Services                    1033                 Enterprise Edition   12.1.4237.0     No         Yes       
  SQL Server 2014                                                          Client Tools Connectivity                1033                                      12.1.4237.0     No         Yes       
  SQL Server 2014                                                          Client Tools Backwards Compatibility     1033                                      12.1.4237.0     No         Yes       
  SQL Server 2014                                                          Data Quality Client                      1033                 Enterprise Edition   12.1.4237.0     No         Yes       
  SQL Server 2014                                                          Integration Services                     1033                 Enterprise Edition   12.1.4237.0     No         Yes       
  SQL Server 2014                                                          Master Data Services                     1033                 Enterprise Edition   12.1.4100.1     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  Database Engine Services                 1033                 Enterprise Edition   13.0.1742.0     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  SQL Server Replication                   1033                 Enterprise Edition   13.0.1742.0     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  Full-Text and Semantic Extractions for Search 1033                 Enterprise Edition   13.0.1601.5     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  Data Quality Services                    1033                 Enterprise Edition   13.0.1601.5     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  Machine Learning Services and Language Extensions 1033                 Enterprise Edition   13.0.1742.0     No         Yes       
  SQL Server 2016      SQL16                MSSQL13.SQL16                  R                                        1033                 Enterprise Edition   13.0.1742.0     No         Yes       
  SQL Server 2016                                                          Client Tools Connectivity                1033                                      13.0.14500.10   No         Yes       
  SQL Server 2016                                                          Client Tools Backwards Compatibility     1033                                      13.0.14500.10   No         Yes       
  SQL Server 2016                                                          Data Quality Client                      1033                 Enterprise Edition   13.0.1601.5     No         Yes       
  SQL Server 2016                                                          Integration Services                     1033                 Enterprise Edition   13.0.1601.5     No         Yes       
  SQL Server 2016                                                          LocalDB                                  1033                 Express Edition      13.1.4001.0     No         Yes       
  SQL Server 2016                                                          Master Data Services                     1033                 Enterprise Edition   13.0.1742.0     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  Database Engine Services                 1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  SQL Server Replication                   1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  Full-Text and Semantic Extractions for Search 1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  Data Quality Services                    1033                 Enterprise Edition   14.0.1000.169   No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  Polybase                                 1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  Machine Learning Services and Language Extensions 1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  AdvancedAnalytics\sql_inst_mr            1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSSQL14.SQL17                  AdvancedAnalytics\sql_inst_mpy           1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017      SQL17                MSAS14.SQL17                   Analysis Services                        1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Client Tools Connectivity                1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools Backwards Compatibility     1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Data Quality Client                      1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Integration Services                     1033                 Enterprise Edition   14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Master Data Services                     1033                 Enterprise Edition   14.0.2027.2     No         Yes       

Package properties:
  Description:                   Microsoft SQL Server 2019 
  ProductName:                   SQL Server 2019
  Type:                          RTM
  Version:                       15
  SPLevel:                       0
  Installation location:         E:\x64\setup\
  Installation edition:          Enterprise

Product Update Status:
  None discovered.

Notice: A paid SQL Server edition product key has been provided for the current action - Enterprise. Please ensure you are entitled to this SQL Server edition with proper licensing in place for the product key (edition) supplied.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      false
  AGTSVCACCOUNT:                 NT Service\SQLAgent$SQL19
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Automatic
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSERVERMODE:                  TABULAR
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 <empty>
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTELSVCACCT:                  <empty>
  ASTELSVCPASSWORD:              <empty>
  ASTELSVCSTARTUPTYPE:           0
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Automatic
  CLTCTLRNAME:                   <empty>
  CLTRESULTDIR:                  <empty>
  CLTSTARTUPTYPE:                0
  CLTSVCACCOUNT:                 <empty>
  CLTSVCPASSWORD:                <empty>
  CLTWORKINGDIR:                 <empty>
  COMMFABRICENCRYPTION:          0
  COMMFABRICNETWORKLEVEL:        0
  COMMFABRICPORT:                0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_085936\ConfigurationFile.ini
  CTLRSTARTUPTYPE:               0
  CTLRSVCACCOUNT:                <empty>
  CTLRSVCPASSWORD:               <empty>
  CTLRUSERS:                     <empty>
  ENABLERANU:                    false
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FEATURES:                      SQLENGINE
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  IACCEPTSQLSERVERLICENSETERMS:  true
  IACKNOWLEDGEENTCALLIMITS:      false
  INDICATEPROGRESS:              false
  INSTALLSHAREDDIR:              D:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           D:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   D:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    SQL19
  INSTANCENAME:                  SQL19
  ISMASTERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISMASTERSVCPASSWORD:           <empty>
  ISMASTERSVCPORT:               8391
  ISMASTERSVCSSLCERTCN:          <empty>
  ISMASTERSVCSTARTUPTYPE:        Automatic
  ISMASTERSVCTHUMBPRINT:         <empty>
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  ISTELSVCACCT:                  <empty>
  ISTELSVCPASSWORD:              <empty>
  ISTELSVCSTARTUPTYPE:           0
  ISWORKERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISWORKERSVCCERT:               <empty>
  ISWORKERSVCMASTER:             <empty>
  ISWORKERSVCPASSWORD:           <empty>
  ISWORKERSVCSTARTUPTYPE:        Automatic
  MATRIXCMBRICKCOMMPORT:         0
  MATRIXCMSERVERNAME:            <empty>
  MATRIXNAME:                    <empty>
  MRCACHEDIRECTORY:              
  NPENABLED:                     0
  PBDMSSVCACCOUNT:               <empty>
  PBDMSSVCPASSWORD:              <empty>
  PBDMSSVCSTARTUPTYPE:           0
  PBENGSVCACCOUNT:               <empty>
  PBENGSVCPASSWORD:              <empty>
  PBENGSVCSTARTUPTYPE:           0
  PBPORTRANGE:                   <empty>
  PBSCALEOUT:                    false
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  ROLE:                          
  RSINSTALLMODE:                 DefaultNativeMode
  RSSVCACCOUNT:                  <empty>
  RSSVCPASSWORD:                 <empty>
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLJAVADIR:                    <empty>
  SQLMAXDOP:                     12
  SQLMAXMEMORY:                  2147483647
  SQLMINMEMORY:                  0
  SQLSVCACCOUNT:                 NT Service\MSSQL$SQL19
  SQLSVCINSTANTFILEINIT:         true
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           STILWELL\mmastro
  SQLTELSVCACCT:                 NT Service\SQLTELEMETRY$SQL19
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          Automatic
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBFILECOUNT:            8
  SQLTEMPDBFILEGROWTH:           64
  SQLTEMPDBFILESIZE:             8
  SQLTEMPDBLOGDIR:               <empty>
  SQLTEMPDBLOGFILEGROWTH:        64
  SQLTEMPDBLOGFILESIZE:          8
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SUPPRESSPAIDEDITIONNOTICE:     false
  SUPPRESSPRIVACYSTATEMENTNOTICE: false
  TCPENABLED:                    1
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  USESQLRECOMMENDEDMEMORYLIMITS: false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_085936\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

  Feature:                       SQL Client Connectivity SDK
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

Rules with failures or warnings:

Global rules:
Warning    IsFirewallEnabled                The Windows Firewall is enabled. Make sure the appropriate ports are open to enable remote access. See the rules documentation at https://go.microsoft.com/fwlink/?linkid=2094702 for information about ports to open for each feature.

Rules report file:               C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_085936\SystemConfigurationCheck_Report.htm
  When running setup I have right clicked and Run As Administrator, so that is not the issue.  Any thoughts on how to get this to Install or did Microsoft get it wrong again with the installer?


Michael R. Mastro II

WIN x64 Upgrade from RTC 15.0.1900.25 to RTM 15.0.2070.41

$
0
0

  Hi, I downloaded the " SQLServer2019-KB4517790-x64.exe  "file on Windows 10 Enterprise (Ver 1809, build 17763.805) but no joy. 
  Ran the file. No errors. Restarted the PC. and am still at the old 15.0.1900.25 level according to SSMS (Ver 18.4) and 'select @@Version'

   Question:  Can RTC 15.0.1900.25 be upgraded to RTM 15.0.2070.41 ?
    If so - how? 

The SQL Server feature 'AdvancedAnalytics' is not in a supported state for repair

$
0
0
Hi,
I think the CTP is removed (CTP3.2).  SQL 2017 is installed and configured with R and Python.   In the background, I'm trying to do the same installation for SQL 2019.  
Lots of logs but mainly this error:
 The SQL Server feature 'AdvancedAnalytics' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
--------------------------------------------------------------------------
What exactly is the AdvancedAnalytics portion needing removal? 
--------------------------------------------------------------------------
Log looks like this
(01) 2019-11-24 15:34:57 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine XXXXXXXXXXXXX
(01) 2019-11-24 15:34:57 Slp: Sco: Attempting to open registry subkey
(01) 2019-11-24 15:34:57 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL15.SQL2019\ConfigurationState
(01) 2019-11-24 15:34:57 Slp: Sco: Attempting to get registry value AdvancedAnalytics
(01) 2019-11-24 15:34:57 Slp: The configuration failure category of current exception is ConfigurationValidationFailure
(01) 2019-11-24 15:34:57 Slp: Watson Bucket 1
 Original Parameter Values
(01) 2019-11-24 15:34:57 Slp: Parameter 0 : SQL Server 2019@RTM@
(01) 2019-11-24 15:34:57 Slp: Parameter 3 : Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException@1204@2
(01) 2019-11-24 15:34:57 Slp: Parameter 4 : Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException@1204@2
(01) 2019-11-24 15:34:57 Slp: Parameter 5 : ConfigEvent_AdvancedAnalytics_AdvancedAnalytics
(01) 2019-11-24 15:34:57 Slp:
 Final Parameter Values
(01) 2019-11-24 15:34:57 Slp: Parameter 0 : SQL Server 2019@RTM@
(01) 2019-11-24 15:34:57 Slp: Parameter 3 : 0x2841E06E@1204@2
(01) 2019-11-24 15:34:57 Slp: Parameter 4 : 0x2841E06E@1204@2
(01) 2019-11-24 15:34:57 Slp: Parameter 5 : ConfigEvent_AdvancedAnalytics_AdvancedAnalytics
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
(01) 2019-11-24 15:34:58 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191124_153038\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
(01) 2019-11-24 15:34:59 Slp: The SQL Server feature 'AdvancedAnalytics' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
(01) 2019-11-24 15:34:59 Slp: Watson bucket for exception based failure has been created
(01) 2019-11-24 15:34:59 Slp: The SQL Server feature 'AdvancedAnalytics' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
----------------------------------------------
Then from the Machine log
Product features discovered:
  Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered  Configured
  SQL Server 2017      MSSQLSERVER          MSSQL14.MSSQLSERVER            Database Engine Services                 1033                 Enterprise Edition   14.0.1000.169   No         Yes      
  SQL Server 2017      MSSQLSERVER          MSSQL14.MSSQLSERVER            Machine Learning Services and Language Extensions 1033                 Enterprise Edition   14.0.1000.169   No         Yes      
  SQL Server 2017      MSSQLSERVER          MSSQL14.MSSQLSERVER            AdvancedAnalytics\sql_inst_mr            1033                 Enterprise Edition   14.0.1000.169   No         Yes      
  SQL Server 2017      MSSQLSERVER          MSSQL14.MSSQLSERVER            AdvancedAnalytics\sql_inst_mpy           1033                 Enterprise Edition   14.0.1000.169   No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                Database Engine Services                 1033                 Enterprise Edition   15.0.2000.5     No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                Machine Learning Services and Language Extensions 1033                 Enterprise Edition   15.0.2000.5     No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                AdvancedAnalytics\sql_inst_mr            1033                 Enterprise Edition   15.0.2000.5     No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                AdvancedAnalytics\sql_inst_mpy           1033                 Enterprise Edition   15.0.2000.5     No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                AdvancedAnalytics\sql_inst_java          1033                 Enterprise Edition   15.0.2000.5     No         Yes      
  SQL Server 2019      SQL2019              MSSQL15.SQL2019                Azul-Java-Runtime                        1033                 Enterprise Edition   15.0.2000.5     No         Yes      

R, J

Viewing all 7701 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>