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
Displays the location of the program files used by this service.
14
+
15
+
#### Error Control
16
+
17
+
`1` indicates `SERVICE_ERROR_NORMAL`. If the service fails to start during computer startup, the startup program logs the error and displays a pop-up message box but continues the startup operation. This value can't be changed.
18
+
19
+
#### Exit Code
20
+
21
+
When an error occurs, the error number appears in this box.
22
+
23
+
The Windows error code defines any problems encountered in starting or stopping the service. This property is set to `ERROR_SERVICE_SPECIFIC_ERROR` (`1066`) when the error is unique to the service represented by this class, and information about the error is available in the `ServiceSpecificExitCode` property. The service sets this value to `NO_ERROR` (`0`) when running, and again upon normal termination.
24
+
25
+
Use this number to troubleshoot failures by searching on Microsoft Learn, or provide the number to your technical support staff.
Displays the number used by Windows to keep track of this program's processes.
18
+
19
+
#### SQL Service Type
20
+
21
+
Displays the type of service provided to calling processes. [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] installs several services.
22
+
23
+
#### Start Mode
24
+
25
+
Set this service to the following choices:
26
+
27
+
-**Manual**: This service doesn't automatically start when the computer starts. You must start the service using [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] Configuration Manager, or some other tool.
28
+
29
+
-**Automatic**: This service attempts to start when this computer starts.
30
+
31
+
-**Disabled**: This service can't be started.
32
+
33
+
#### State
34
+
35
+
Indicates whether this service is running, stopped, or disabled.
36
+
37
+
## Related content
38
+
39
+
-[SQL Server Services](../../configuration-manager/sql-server-services.md)
Copy file name to clipboardExpand all lines: docs/tools/configuration-manager/aliases-sql-server-configuration-manager.md
+69-69Lines changed: 69 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ title: "Aliases (SQL Server Configuration Manager)"
3
3
description: Learn how to create an alias in SQL Server Configuration Manager so that you can use an alternate name when connecting to an instance of SQL Server.
[!INCLUDE [SQL Server Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
17
17
18
-
An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. To create an alias for the [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] clients on this computer, right-click **Aliases** in the console pane, and then select **New Alias**. To configure an existing alias for the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] clients on this computer, select **Aliases** in the console pane, right-click the desired existing alias in the details pane, and then select **Properties**.
19
-
20
-
> [!NOTE]
21
-
> Aliases for SQL Server are a client side configuration. Each client computer that uses the alias must have an identical alias configuration, and SQL Server Configuration Manager is not the only tool that can be used to create or manage aliases.
18
+
An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. To create an alias for the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] clients on this computer, right-click **Aliases** in the console pane, and then select **New Alias**. To configure an existing alias for the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] clients on this computer, select **Aliases** in the console pane, right-click the desired existing alias in the details pane, and then select **Properties**.
19
+
20
+
> [!NOTE]
21
+
> Aliases for SQL Server are a client side configuration. Each client computer that uses the alias must have an identical alias configuration, and SQL Server Configuration Manager isn't the only tool that can be used to create or manage aliases.
22
22
>
23
-
> SQL Server 2022 and later versions do not support creating aliases using SQL Server Configuration Manager. To create an alias for SQL Server 2022 and later versions, use the [SQL Server Client Network Utility tool](/previous-versions/windows/desktop/odbc/dn170508(v=vs.85)).
23
+
> [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)]and later versions don't support creating aliases using SQL Server Configuration Manager. To create an alias for SQL Server 2022 and later versions, use the [SQL Server Client Network Utility tool](/previous-versions/windows/desktop/odbc/dn170508(v=vs.85)).
24
24
25
25
## When to use an alias
26
26
27
-
By default, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] connects to a local instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] using the **Shared Memory** protocol, and to an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on another computer using either **TCP/IP** or **Named Pipes**. Create an alias when you're using TCP/IP or named pipes, and you want to provide a customized connection string, or when you want to use a name other than the server name for the connection.
28
-
29
-
### Examples
30
-
31
-
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] isn't listening on the default TCP/IP port of 1433 so you want to provide a connection string with a different port number.
32
-
33
-
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] isn't listening on the default named pipe so you want to provide a connection string with a different pipe name.
34
-
35
-
- An application expects to connect to a database on the server named `ACCT`, but that database has been consolidated as an instance named `ACCT` on a server named `CENTRAL`. The application can't easily be changed. Create an alias named `ACCT`, with a connection string pointing to `CENTRAL\ACCT`.
36
-
37
-
### Alias properties
38
-
27
+
By default, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] connects to a local instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] using the **Shared Memory** protocol, and to an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on another computer using either **TCP/IP** or **Named Pipes**. Create an alias when you're using TCP/IP or named pipes, and you want to provide a customized connection string, or when you want to use a name other than the server name for the connection.
28
+
29
+
### Examples
30
+
31
+
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] isn't listening on the default TCP/IP port of 1433 so you want to provide a connection string with a different port number.
32
+
33
+
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] isn't listening on the default named pipe so you want to provide a connection string with a different pipe name.
34
+
35
+
- An application expects to connect to a database on the server named `ACCT`, but that database has been consolidated as an instance named `ACCT` on a server named `CENTRAL`. The application can't easily be changed. Create an alias named `ACCT`, with a connection string pointing to `CENTRAL\ACCT`.
36
+
37
+
### Alias properties
38
+
39
39
#### Alias Name
40
40
41
-
The name (alias) that you want to use to refer to this connection.
42
-
41
+
The name (alias) that you want to use to refer to this connection.
42
+
43
43
#### Pipe Name or Port Number
44
44
45
-
Additional elements of the connection string. The name of this box varies with the selected protocol.
46
-
45
+
Additional elements of the connection string. The name of this box varies with the selected protocol.
46
+
47
47
#### Protocol
48
48
49
-
The protocol used for the connection.
50
-
49
+
The protocol used for the connection.
50
+
51
51
#### Server
52
52
53
-
The name of the [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance being connected to.
53
+
The name of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance being connected to.
54
54
55
55
## Shared memory connections
56
56
@@ -91,39 +91,39 @@ To connect to the SQL Server using an alias with TCP/IP, you must:
91
91
At the time of connection, the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client component reads the server, protocol, and port values from the registry for the specified alias name, and creates a connection string in the format `tcp:<servername>[\<instancename>],<port>` or `tcp:<IPAddress>[\<instancename>],<port>`.
92
92
93
93
> [!NOTE]
94
-
> The Windows Firewall closes port 1433 by default. Because [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] communicates over port 1433, you must reopen the port if [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is configured to listen for incoming client connections using TCP/IP. For information on configuring a firewall, see "How to: Configure a Firewall for SQL Server Access" in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Books Online or review your firewall documentation.
94
+
> The Windows Firewall closes port 1433 by default. Because [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] communicates over port 1433, you must reopen the port if [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is configured to listen for incoming client connections using TCP/IP. For information on configuring a firewall, see [Configure the Windows Firewall to allow SQL Server access](../../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md), or review your firewall documentation.
95
95
96
96
[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] and [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client fully support both Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6). [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager accepts both IPv4 and IPv6 formats for IP addresses.
97
97
98
98
### Examples of TCP/IP alias settings
99
99
100
-
#### Connecting by server name
100
+
#### Connect by server name
101
101
102
-
**Alias Name:**`<serveralias>`</br>
103
-
**Port No:**`<blank>`</br>
104
-
**Protocol:**`TCP/IP`</br>
105
-
**Server:**`<servername>`
102
+
-**Alias Name**:`<serveralias>`
103
+
-**Port No**:`<blank>`
104
+
-**Protocol**:`TCP/IP`
105
+
-**Server**:`<servername>`
106
106
107
-
#### Connecting by server name to a named instance
107
+
#### Connect by server name to a named instance
108
108
109
-
**Alias Name:**`<serveralias>`</br>
110
-
**Port No:**`<blank>`</br>
111
-
**Protocol:**`TCP/IP`</br>
112
-
**Server:**`<servername>\<instancename>`
109
+
-**Alias Name**:`<serveralias>`
110
+
-**Port No**:`<blank>`
111
+
-**Protocol**:`TCP/IP`
112
+
-**Server**:`<servername>\<instancename>`
113
113
114
-
#### Connecting by server name to a specified port
114
+
#### Connect by server name to a specified port
115
115
116
-
**Alias Name:**`<serveralias>`</br>
117
-
**Port No:**`<port number>`</br>
118
-
**Protocol:**`TCP/IP`</br>
119
-
**Server:**`<servername>`
116
+
-**Alias Name**:`<serveralias>`
117
+
-**Port No**:`<port number>`
118
+
-**Protocol**:`TCP/IP`
119
+
-**Server**:`<servername>`
120
120
121
-
#### Connecting by IP address
121
+
#### Connect by ip address
122
122
123
-
**Alias Name:**`<serveralias>`</br>
124
-
**Port No:**`<blank>`</br>
125
-
**Protocol:**`TCP/IP`</br>
126
-
**Server:**`<IPAddress>`
123
+
-**Alias Name**:`<serveralias>`
124
+
-**Port No**:`<blank>`
125
+
-**Protocol**:`TCP/IP`
126
+
-**Server**:`<IPAddress>`
127
127
128
128
> [!NOTE]
129
129
> For information on specifying the network protocol as a **sqlcmd** parameter, see [sqlcmd - Connect to the database engine](../sqlcmd/sqlcmd-connect-database-engine.md).
@@ -144,38 +144,38 @@ To connect to the SQL Server using an alias with named pipes, you must:
144
144
145
145
At the time of connection, the SQL Server Native Client component reads the server, protocol, and pipe name values from the registry for the specified alias name, and creates a pipe name in the format `np:\\<computer_name>\pipe\<pipename>` or `np:\\<IPAddress>\pipe\<pipename>`. For a named instance, the default pipe name is `\\<computer_name>\pipe\MSSQL$<instance_name>\sql\query`.
146
146
147
-
> [!NOTE]
147
+
> [!NOTE]
148
148
> The Microsoft Windows Firewall closes port 445 by default. Because Microsoft SQL Server communicates over port 445, you must reopen the port if SQL Server is configured to listen for incoming client connections using named pipes.
149
149
150
150
### Examples of Named Pipes alias settings
151
151
152
-
#### Connecting by server name to the default pipe
152
+
#### Connect by server name to the default pipe
153
153
154
-
**Alias Name:**`<serveralias>`</br>
155
-
**Pipe Name:**`<blank>`</br>
156
-
**Protocol:**`Named Pipes`</br>
157
-
**Server:**`<servername>`
154
+
-**Alias Name**:`<serveralias>`
155
+
-**Pipe Name**:`<blank>`
156
+
-**Protocol**:`Named Pipes`
157
+
-**Server**:`<servername>`
158
158
159
-
#### Connecting by IP Address to the default pipe
159
+
#### Connect by ip address to the default pipe
160
160
161
-
**Alias Name:**`<serveralias>`</br>
162
-
**Pipe Name:**`<blank>`</br>
163
-
**Protocol:**`Named Pipes`</br>
164
-
**Server:**`<IPAddress>`
161
+
-**Alias Name**:`<serveralias>`
162
+
-**Pipe Name**:`<blank>`
163
+
-**Protocol**:`Named Pipes`
164
+
-**Server**:`<IPAddress>`
165
165
166
-
#### Connecting by server name to a nondefault pipe
166
+
#### Connect by server name to a nondefault pipe
167
167
168
-
**Alias Name:**`<serveralias>`</br>
169
-
**Pipe Name:**`\\<servername>\pipe\unit\app`</br>
170
-
**Protocol:**`Named Pipes`</br>
171
-
**Server:**`<servername>`
168
+
-**Alias Name**:`<serveralias>`
169
+
-**Pipe Name**:`\\<servername>\pipe\unit\app`
170
+
-**Protocol**:`Named Pipes`
171
+
-**Server**:`<servername>`
172
172
173
-
#### Connecting by server name to a named instance
Copy file name to clipboardExpand all lines: docs/tools/configuration-manager/analysis-server-properties-advanced-tab.md
+30-22Lines changed: 30 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,32 +3,40 @@ title: "Analysis Server Properties (Advanced Tab)"
3
3
description: Learn about the options on the Advanced tab in the Analysis Server Properties dialog box, such as the dump directory and the instance ID.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: "03/14/2017"
6
+
ms.date: 12/15/2025
7
7
ms.service: sql
8
8
ms.subservice: tools-other
9
-
ms.topic: conceptual
9
+
ms.topic: ui-reference
10
10
ms.collection:
11
11
- data-tools
12
12
monikerRange: ">=sql-server-2016"
13
13
---
14
-
# Analysis Server Properties (Advanced Tab)
14
+
# Analysis Server Properties (Advanced tab)
15
+
15
16
[!INCLUDE [SQL Server Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
16
-
This service is the Microsoft [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)]. If custom properties are defined, they appear on this tab, with their values.
17
-
18
-
## Options
19
-
**Clustered**
20
-
Indicates whether this service is installed as a resource of a clustered server.
21
-
22
-
**Customer Feedback Reporting**
23
-
Indicates whether Service Quality Monitoring has been enabled on this service. For more information on Customer Feedback Reporting, search Books Online for the topic, "Error and Usage Report Settings."
24
-
25
-
**Dump Directory**
26
-
Displays the location where memory dumps are placed in case of an error.
27
-
28
-
**Error Reporting**
29
-
When set to **Yes**, the Dr. Watson program forwards information to either [!INCLUDE[msCoName](../../includes/msconame-md.md)] or your error server if a serious failure occurs. For more information on Error Reporting, search Books Online for the topic, "Error and Usage Report Settings."
30
-
31
-
**Instance ID**
32
-
Indicates the instance that uses this service.
33
-
34
-
17
+
18
+
This service is the Microsoft [!INCLUDE [ssASnoversion](../../includes/ssasnoversion-md.md)]. If custom properties are defined, they appear on this tab, with their values.
19
+
20
+
For more information, see [Configure usage and diagnostic data collection for SQL Server tools (CEIP)](../../sql-server/usage-and-diagnostic-data-configuration-for-sql-server-tools.md).
21
+
22
+
## Options
23
+
24
+
#### Clustered
25
+
26
+
Indicates whether this service is installed as a resource of a clustered server.
27
+
28
+
#### Customer Feedback Reporting
29
+
30
+
Indicates whether Service Quality Monitoring has been enabled on this service.
31
+
32
+
#### Dump Directory
33
+
34
+
Displays the location where memory dumps are placed in case of an error.
35
+
36
+
#### Error Reporting
37
+
38
+
When set to **Yes**, the Dr. Watson program sends information to either [!INCLUDE [msCoName](../../includes/msconame-md.md)] or your error server if a serious failure occurs.
0 commit comments