You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/install-sql-server-from-the-command-prompt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ Use the parameters in the following table to develop command-line scripts for in
211
211
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/Q` or `/QUIET`<br /><br />**Optional**| Specifies that Setup runs in a quiet mode without any user interface. This is used for unattended installations. The `/Q` parameter overrides the input of the `/QS` parameter. |
212
212
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/QS` or `/QUIETSIMPLE`<br /><br />**Optional**| Specifies that Setup runs and shows progress through the UI, but doesn't accept any input or show any error messages. |
213
213
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/UIMODE`<br /><br />**Optional**| Specifies whether to present only the minimum number of dialog boxes during setup.<br /><br />`/UIMODE` can only be used with the `/ACTION=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/INSTALL%3C/span>` and `UPGRADE` parameters.<br /><br />Supported values:<br /><br />- `/UIMODE=Normal` is the default for non-Express editions and presents all setup dialog boxes for the selected features.<br /><br />- `/UIMODE=AutoAdvance` is the default for Express editions and skips nonessential dialog boxes.<br /><br />When combined with other parameters, `UIMODE` is overridden. For example, when `/UIMODE=AutoAdvance` and `/ADDCURRENTUSERASSQLADMIN=FALSE` are both provided, the provisioning dialog box isn't auto populated with the current user.<br /><br />The `UIMODE` setting can't be used with the `/Q` or `/QS` parameters. |
214
-
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/SQMREPORTING`<br /><br />**Applies to:**[!INCLUDE [sssql14-md](../../includes/sssql14-md.md)] and earlier versions<br /><br />**Optional**| To manage how error feedback is sent to Microsoft, see [How to configure [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] to send feedback to Microsoft](/sql/sql-server/usage-and-diagnostic-data-configuration-for-sql-server).<br /><br />In older versions this specifies feature usage reporting for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br />Supported values:<br /><br />- `1` = enabled<br />- `0` = disabled |
214
+
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/SQMREPORTING`<br /><br />**Applies to:**[!INCLUDE [sssql14-md](../../includes/sssql14-md.md)] and earlier versions<br /><br />**Optional**| To manage how error feedback is sent to Microsoft, see [How to configure [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] to send feedback to Microsoft](../../sql-server/usage-and-diagnostic-data-configuration-for-sql-server.md).<br /><br />In older versions this specifies feature usage reporting for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br />Supported values:<br /><br />- `1` = enabled<br />- `0` = disabled |
215
215
|[!INCLUDE [ssde-md](../../includes/ssde-md.md)] Setup Control |`/HIDECONSOLE`<br /><br />**Optional**| Specifies that the console window is hidden or closed. |
216
216
|[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent |`/AGTSVCACCOUNT`<br /><br />**Required**| Specifies the account for the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent service. |
217
217
|[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent |`/AGTSVCPASSWORD`<br /><br />**[Required](#Accounts)**| Specifies the password for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent service account. This parameter can be omitted when using a managed service account, virtual account, or built-in account. |
0 commit comments