forked from dataplat/dbatools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dbatools-sqlinstallationcomponents.json
238 lines (238 loc) · 6.4 KB
/
dbatools-sqlinstallationcomponents.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
[
{
"Feature": "SQLEngine",
"Name": [
"Default",
"All",
"Engine"
],
"Description": "Installs just the SQL Server Database Engine."
},
{
"Feature": "Replication",
"Name": [
"Default",
"All",
"Replication"
],
"Description": "Installs the Replication component along with SQL Server Database Engine."
},
{
"Feature": "FullText",
"Name": [
"Default",
"All",
"FullText"
],
"Description": "Installs the FullText component along with SQL Server Database Engine."
},
{
"Feature": "DQ",
"Name": [
"DataQuality",
"All"
],
"Description": "Copies the files required for completing the Data Quality Server installation. After completing SQL Server installation, you must run the DQSInstaller.exe file to complete the Data Quality Server installation. For more information, see Run DQSInstaller.exe to Complete Data Quality Server Installation. This also installs SQL Server Database Engine.",
"MinimumVersion": "12.0"
},
{
"Feature": "PolyBase",
"Name": [
"PolyBase",
"All"
],
"Description": "Installs PolyBase components.",
"MinimumVersion": "13.0"
},
{
"Feature": "AdvancedAnalytics",
"Name": [
"MachineLearning",
"All"
],
"Description": "Installs SQL Server 2017 Machine Learning Services or SQL Server 2016 R Services (In-Database).",
"MinimumVersion": "14.0"
},
{
"Feature": "SQL_INST_MR",
"Name": [
"MachineLearning",
"All"
],
"Description": "Applies to SQL Server 2017 Machine Learning Services. Pair with AdvancedAnalytics to install R Open and proprietary R packages.",
"MinimumVersion": "14.0",
"MaximumVersion": "15.0"
},
{
"Feature": "SQL_INST_MPY",
"Name": [
"MachineLearning",
"All"
],
"Description": "Applies to SQL Server 2017 Machine Learning Services. Pair with AdvancedAnalytics to install Anaconda and proprietary Python packages.",
"MinimumVersion": "14.0",
"MaximumVersion": "15.0"
},
{
"Feature": "AS",
"Name": [
"AnalysisServices",
"All"
],
"Description": "Installs all Analysis Services components."
},
{
"Feature": "RS",
"Name": [
"ReportingServices",
"All"
],
"Description": "Installs all Reporting Services components."
},
{
"Feature": "RS_SHP",
"Name": [
"ReportingForSharepoint",
"All"
],
"Description": "Installs Reporting Services components for SharePoint."
},
{
"Feature": "RS_SHPWFE",
"Name": [
"SharepointAddin",
"All"
],
"Description": "Installs Reporting Services Add-In for SharePoint products."
},
{
"Feature": "DQC",
"Name": [
"DataQuality",
"All"
],
"Description": "Installs Data Quality Client.",
"MinimumVersion": "12.0"
},
{
"Feature": "IS",
"Name": [
"IntegrationServices",
"All"
],
"Description": "Installs all Integration Services components."
},
{
"Feature": "MDS",
"Name": [
"MasterDataServices",
"All"
],
"Description": "Installs Master Data Services.",
"MinimumVersion": "12.0"
},
{
"Feature": "SQL_SHARED_MPY",
"Name": [
"PythonPackages",
"All"
],
"Description": "Installs Python packages for SQL Server 2017 Machine Learning Server (Standalone)",
"MinimumVersion": "14.0"
},
{
"Feature": "SQL_SHARED_MR",
"Name": [
"RPackages",
"All"
],
"Description": "Installs R packages for SQL Server 2016 R Server (Standalone) or SQL Server 2017 Machine Learning Server (Standalone)",
"MinimumVersion": "13.0"
},
{
"Feature": "BC",
"Name": [
"Default",
"All",
"Tools",
"BackwardsCompatibility"
],
"Description": "Installs backward compatibility components."
},
{
"Feature": "Conn",
"Name": [
"Default",
"All",
"Tools",
"Connectivity"
],
"Description": "Installs connectivity components."
},
{
"Feature": "DREPLAY_CTLR",
"Name": [
"ReplayController",
"All"
],
"Description": "Installs Distributed Replay controller",
"MinimumVersion": "12.0"
},
{
"Feature": "DREPLAY_CLT",
"Name": [
"ReplayClient",
"All"
],
"Description": "Installs Distributed Replay client",
"MinimumVersion": "12.0"
},
{
"Feature": "SNAC_SDK",
"Name": [
"Default",
"All"
],
"Description": "Installs SDK for Microsoft SQL Server Native Client",
"MaximumVersion": "15.0"
},
{
"Feature": "SDK",
"Name": [
"SDK",
"All"
],
"Description": "Installs the software development kit."
},
{
"Feature": "BIDS",
"Name": [
"BIDS",
"All"
],
"Description": "Installs BIDS.",
"MaximumVersion": "10.50"
},
{
"Feature": "SSMS",
"Name": [
"Default",
"All",
"SSMS",
"Tools"
],
"Description": "Installs base version of SSMS.",
"MaximumVersion": "12.00"
},
{
"Feature": "ADV_SSMS",
"Name": [
"Default",
"All",
"SSMS",
"Tools"
],
"Description": "Installs advanced version of SSMS.",
"MaximumVersion": "12.00"
}
]