-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Chef-client version
13.1.31
Platform Details
Windows 2016 with Sql 2016
Scenario:
Want to install SSMS 17.8 version
Steps to Reproduce:
server_install 'Install SQL Server 2016 Evaluation' do
source_url 'C:\Sources\SQL 2016 Eval\setup.exe'
version '2016'
package_checksum 'checksum for the setup.exe'
accept_eula true
instance_name 'MSSQLSERVER'
feature %w(SQLENGINE SSMS ADV_SSMS)
end
Expected Result:
SSMS should be installed with latest version 17.8
Actual Result:
I want to know whether above recipe will install SSMS 17.8.. I am sure in SQL 2016 SSMS wont install as part of SQL installation and it should be done separately. I need a recipe to install SSMS 17.8 version.
Metadata
Metadata
Assignees
Labels
No labels