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/2014/relational-databases/tables/delete-primary-keys.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
@@ -57,7 +57,7 @@ manager: craigg
57
57
> [!NOTE]
58
58
> To undo this action, close the table without saving the changes. Deleting a primary key cannot be undone without losing all other changes made to the table.
59
59
60
-
3. On the **File** menu, click **Save***table name*.
60
+
3. On the **File** menu, click **Save**_table name_.
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/user-defined-functions/delete-user-defined-functions.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
@@ -62,7 +62,7 @@ manager: craigg
62
62
5. In the **Delete Object** dialog box, click **OK**.
63
63
64
64
> [!IMPORTANT]
65
-
> Click **Show Dependencies** in the **Delete Object** dialog box to open the *function_name***Dependencies** dialog box. This will show all of the objects that depend on the function and all of the objects on which the function depends.
65
+
> Click **Show Dependencies** in the **Delete Object** dialog box to open the _function_name_**Dependencies** dialog box. This will show all of the objects that depend on the function and all of the objects on which the function depends.
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/views/delete-views.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
@@ -45,7 +45,7 @@ manager: craigg
45
45
3. In the **Delete Object** dialog box, click **OK**.
46
46
47
47
> [!IMPORTANT]
48
-
> Click **Show Dependencies** in the **Delete Object** dialog box to open the *view_name***Dependencies** dialog box. This will show all of the objects that depend on the view and all of the objects on which the view depends.
48
+
> Click **Show Dependencies** in the **Delete Object** dialog box to open the _view_name_**Dependencies** dialog box. This will show all of the objects that depend on the view and all of the objects on which the view depends.
Copy file name to clipboardExpand all lines: docs/2014/ssms/agent/define-the-response-to-an-alert-sql-server-management-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ manager: craigg
59
59
60
60
4. Right-click the alert on which you want to define a response and select **Properties**.
61
61
62
-
5. In the *alert_name***alert properties** dialog box, under **Select a page**, select **Response**.
62
+
5. In the _alert_name_**alert properties** dialog box, under **Select a page**, select **Response**.
63
63
64
-
6. Select the **Execute job** check box and, from the list below the **Execute job** check box, select a job to execute when the alert occurs. You can create a new job by clicking **New Job**. You can view more information about the job by clicking **View Job**. For more information about the available options in the **New Job** and **Job Properties***job_name* dialog boxes, see [Create a Job](create-a-job.md) and [View a Job](view-a-job.md).
64
+
6. Select the **Execute job** check box and, from the list below the **Execute job** check box, select a job to execute when the alert occurs. You can create a new job by clicking **New Job**. You can view more information about the job by clicking **View Job**. For more information about the available options in the **New Job** and **Job Properties**_job_name_ dialog boxes, see [Create a Job](create-a-job.md) and [View a Job](view-a-job.md).
65
65
66
66
7. Select the **Notify Operators** check box if you want to notify operators when the alert is activated. In the **Operator list**, select one or more of the following methods for notifying the operator or operators: **E-mail**, **Pager**, or **Net Send**. You can create a new operator by clicking **New Operator**. You can view more information about an operator by clicking **View Operator**. For more information about the available options in the **New Operator** and **View Operator Properties** dialog boxes, see [Create an Operator](create-an-operator.md) and [View Information About an Operator](view-information-about-an-operator.md).
Copy file name to clipboardExpand all lines: docs/2014/ssms/agent/delete-a-sql-server-agent-proxy.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
@@ -36,7 +36,7 @@ manager: craigg
36
36
37
37
### <aname="Restrictions"></a> Limitations and Restrictions
38
38
39
-
- When you delete a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent proxy account, make sure the proxy does not reference any active job steps. To check for any job steps that reference the proxy, right-click the proxy, select **Properties**, and then, in the *proxy_name***Proxy Account Properties** dialog box, select the **References** page. If you delete a proxy, you are given the option to reassign all job steps that use that proxy in the **Delete Object** dialog box.
39
+
- When you delete a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent proxy account, make sure the proxy does not reference any active job steps. To check for any job steps that reference the proxy, right-click the proxy, select **Properties**, and then, in the _proxy_name_**Proxy Account Properties** dialog box, select the **References** page. If you delete a proxy, you are given the option to reassign all job steps that use that proxy in the **Delete Object** dialog box.
40
40
41
41
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent proxies use credentials to store information about Windows user accounts. The user specified in the credential must have "Log on as a batch job" permission on the computer on which [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is running.
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/pdw-permissions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The following list describes the default permissions:
57
57
58
58
- When a login is created by usings **CREATE LOGIN** statement, the login receives the **CONNECT SQL** permission allowing the login to connect to the SQL Server PDW.
59
59
60
-
- When a database user is created by using the **CREATE USER** statement, the user receives the **CONNECT ON DATABASE::***<database_name>* permission, allowing the login to connect to that database as a user.
60
+
- When a database user is created by using the **CREATE USER** statement, the user receives the **CONNECT ON DATABASE::**_<database_name>_ permission, allowing the login to connect to that database as a user.
61
61
62
62
- All principals, including the PUBLIC role, have no explicit or implicit permissions by default because implicit permissions are inherited from explicit permissions. Therefore, when no explicit permissions are present, there can also be no implicit permissions.
63
63
@@ -92,7 +92,7 @@ An *implicit permission* is a **GRANT** or **DENY** permission that a principal
92
92
93
93
- A principal can inherit a permission on a subordinate object (such as a table) if the principal has a permission on one of the objects parent scopes (such as the schema of the table or the permission on the entire database).
94
94
95
-
- A principal can inherit a permission by having a permission that includes a subordinate permission. For example the **ALTER ANY USER** permission includes the both the **CREATE USER** and the **ALTER ON USER::***<name>* permissions.
95
+
- A principal can inherit a permission by having a permission that includes a subordinate permission. For example the **ALTER ANY USER** permission includes the both the **CREATE USER** and the **ALTER ON USER::**_<name>_ permissions.
96
96
97
97
### Determining Permissions When Performing Actions
98
98
The process of determining which permission to assign to a principal is complex. The complexity occurs when determining implicit permissions because principals can be members of multiple roles and permissions can be passed through multiple levels in the role hierarchy.
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/power-the-aps-appliance-on-or-off.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Before powering off the appliance, you should end all activity on the appliance.
42
42
43
43
4. Connect to ***appliance_domain*-HST01** and login with the appliance domain administrator account.
44
44
45
-
5. Using the **Failover Cluster Manager** connect to the ***appliance_domain*-WFOHST01** cluster, if not automatically connected, and then in the Navigation pane, click **Roles**. In the **Roles** pane:
45
+
5. Using the **Failover Cluster Manager** connect to the **_appliance_domain_-WFOHST01** cluster, if not automatically connected, and then in the Navigation pane, click **Roles**. In the **Roles** pane:
46
46
47
47
1. Multi-select all of the virtual machines. Right-click them, and select **Shut Down**.
48
48
@@ -69,21 +69,21 @@ Before powering off the appliance, you should end all activity on the appliance.
69
69
70
70
3. Log in to ***appliance_domain*-HST01** as the appliance domain administrator.
71
71
72
-
4. Start the **Hyper-V Manager** program (**virtmgmt.msc**) and connect to ***appliance_domain*-HST01** if not connected by default.
72
+
4. Start the **Hyper-V Manager** program (**virtmgmt.msc**) and connect to **_appliance_domain_-HST01** if not connected by default.
73
73
74
74
1. If you cannot connect by name because the ***PDW_region*-AD01** is not running, try connecting by using the IP address.
75
75
76
-
2. In the **Virtual Machines** pane, locate ***PDW_region*-AD01** and confirm that it is running. If not, start this VM and wait for it to be fully started.
76
+
2. In the **Virtual Machines** pane, locate **_PDW_region_-AD01** and confirm that it is running. If not, start this VM and wait for it to be fully started.
77
77
78
78
5. Power on the rest of the servers in the appliance.
79
79
80
80
6. While on **HST01** logged on as the appliance domain administrator, from **Hyper-V Manager**:
81
81
82
82
1. Connect to ***appliance_domain*-HST02**.
83
83
84
-
2. In the **Virtual Machines** pane, locate ***PDW_region*-AD02** and confirm that it is running. If not, start this VM and wait for it to be fully started.
84
+
2. In the **Virtual Machines** pane, locate **_PDW_region_-AD02** and confirm that it is running. If not, start this VM and wait for it to be fully started.
85
85
86
-
7. Using the **Failover Cluster Manager** connect to the ***appliance_domain*-WFOHST01** cluster, if not automatically connected, and then in the **Navigation** pane, click **Roles**. In the **Roles** pane:
86
+
7. Using the **Failover Cluster Manager** connect to the **_appliance_domain_-WFOHST01** cluster, if not automatically connected, and then in the **Navigation** pane, click **Roles**. In the **Roles** pane:
87
87
88
88
1. Multi-select all of the virtual machines, right-click them, and then click **Start**.
Copy file name to clipboardExpand all lines: docs/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability.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
@@ -201,7 +201,7 @@ If Change Data Capture needs to be disabled on a database which is part of an Al
0 commit comments