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/includes/big-data-clusters-master-instance-ha-endpoint-requirement.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
@@ -6,6 +6,6 @@ ms.service: sql
6
6
ms.topic: include
7
7
---
8
8
9
-
Certain operations, including configuring server (instance level) settings, or manually adding a database to an availability group, require a connection to the SQL Server Instance. Operations like `sp_configure`, `RESTORE DATABASE`, or any DDL command in a database belonging to an availability group require a connection to the SQL Server instance. By default, a big data cluster does not include an endpoint that enables a connection to the instance. You must expose this endpoint manually.
9
+
Certain operations, including configuring server (instance level) settings, or manually adding a database to an availability group, require a connection to the SQL Server instance. Operations like `sp_configure`, `RESTORE DATABASE`, or any DDL command in a database belonging to an availability group require a connection to the SQL Server instance. By default, a big data cluster does not include an endpoint that enables a connection to the instance. You must expose this endpoint manually.
10
10
11
11
For instructions, see [Connect to databases on the primary replica](../big-data-cluster/deployment-high-availability.md#instance-connect).
Defines the name of the local instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. When the computer hosting [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is renamed, use `sp_addserver` to inform the instance of the [!INCLUDE [ssDEnoversion](../../includes/ssdenoversion-md.md)] of the new computer name. This procedure must be executed on all instances of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] hosted on the computer. The instance name of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] can't be changed. To change the instance name of a named instance, install a new instance with the desired name, detach the database files from old instance, attach the databases to the new instance, and drop the old instance. Alternatively, you can create a client alias name on the client computer, redirecting the connection to different server and instance name or **server:port** combination without changing the name of the instance on the server computer.
26
+
Defines the name of the local instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. When the computer hosting [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is renamed, use `sp_addserver` to inform the instance of the [!INCLUDE [ssDEnoversion](../../includes/ssdenoversion-md.md)] of the new computer name. This procedure must be executed on all instances of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] hosted on the computer.
27
+
28
+
The instance name of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] can't be changed. To change the instance name of a named instance, install a new instance with the desired name, detach the database files from old instance, attach the databases to the new instance, and drop the old instance. Alternatively, you can create a client alias name on the client computer, redirecting the connection to different server and instance name or `<server>:<port>` combination without changing the name of the instance on the server computer.
Verifies whether a transaction log backup can be applied to a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database. **sp_can_tlog_be_applied** requires that the database be in the Restoring state.
Verifies whether a transaction log backup can be applied to a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] database. `sp_can_tlog_be_applied` requires that the database is in the *restoring* state.
Returns the list of catalogs in the specified linked server. This is equivalent to databases in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
|**Catalog_name**|**nvarchar(**128**)**|Name of the catalog|
41
-
|**Description**|**nvarchar(**4000**)**|Description of the catalog|
42
-
43
-
## Permissions
44
-
Requires SELECT permission on the schema.
45
-
46
-
## Examples
47
-
The following example returns catalog information for the linked server named `OLE DB ODBC Linked Server #3`.
48
-
23
+
Returns the list of catalogs in the specified linked server. This is equivalent to databases in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
0 commit comments