Skip to content

Commit fff64e9

Browse files
authored
Merge pull request #4208 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents a2c4983 + 92a2575 commit fff64e9

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/database-engine/install-windows/configure-sql-server-on-a-server-core-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ These steps are meant to be performed on a PC running the client edition of Wind
112112
113113
7. Select the **AlwaysOn High Availability** tab.
114114
115-
8. Verify that Windows failover cluster name field contains the name of the local failover cluster node. If this field is blank, this server instance currently does not support AlwaysOn Availability Groups. Either the local computer is not a cluster node, the WSFC cluster has been shut down, or this edition of [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] that does not support AlwaysOn Availability Groups.
115+
8. Verify that Windows failover cluster name field contains the name of the local failover cluster node. If this field is blank, this server instance currently does not support AlwaysOn Availability Groups. Either the local computer is not a cluster node, the WSFC cluster has been shut down, or this edition of [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] does not support AlwaysOn Availability Groups.
116116
117117
9. Select the Enable AlwaysOn Availability Groups check box, and click OK.
118118

docs/linux/sql-server-linux-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following features and services are not available on Linux at this time. The
143143

144144
### Known issues
145145

146-
The following sections describe known issues with the Genera Availability (GA) release of SQL Server 2017 on Linux.
146+
The following sections describe known issues with the General Availability (GA) release of SQL Server 2017 on Linux.
147147

148148
#### General
149149

docs/relational-databases/backup-restore/back-up-to-a-mirrored-media-set-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.workload: "Inactive"
2121
---
2222
# Back Up to a Mirrored Media Set (Transact-SQL)
2323
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
24-
This topic describes how to use the [!INCLUDE[tsql](../../includes/tsql-md.md)][BACKUP](../../t-sql/statements/backup-transact-sql.md) statement to specify a mirrored media set when backing up a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database. In your BACKUP statement, specify the first mirror in the TO clause. Then, specify each mirror in its own MIRROR TO clause. The TO and MIRROR TO clauses must specify the same number and type of backup devices.
24+
This topic describes how to use the [!INCLUDE[tsql](../../includes/tsql-md.md)] [BACKUP](../../t-sql/statements/backup-transact-sql.md) statement to specify a mirrored media set when backing up a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database. In your BACKUP statement, specify the first mirror in the TO clause. Then, specify each mirror in its own MIRROR TO clause. The TO and MIRROR TO clauses must specify the same number and type of backup devices.
2525

2626
## Example
2727
The following example creates the mirrored media set illustrated in the previous illustration and backs up the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] database to both mirrors.

docs/t-sql/language-elements/save-transaction-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SAVE { TRAN | TRANSACTION } { savepoint_name | @savepoint_variable }
5151

5252
## Arguments
5353
*savepoint_name*
54-
Is the name assigned to the savepoint. Savepoint names must conform to the rules for identifiers, but are limited to 32 characters. *transaction_name* is always case sensitive, even when the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is not case sensitive.
54+
Is the name assigned to the savepoint. Savepoint names must conform to the rules for identifiers, but are limited to 32 characters. *savepoint_name* is always case sensitive, even when the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is not case sensitive.
5555

5656
@*savepoint_variable*
5757
Is the name of a user-defined variable containing a valid savepoint name. The variable must be declared with a **char**, **varchar**, **nchar**, or **nvarchar** data type. More than 32 characters can be passed to the variable, but only the first 32 characters will be used.

docs/t-sql/queries/select-having-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "HAVING (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "08/09/2017"
4+
ms.date: "11/28/2017"
55
ms.prod: "sql-non-specified"
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.service: ""
@@ -32,7 +32,7 @@ ms.workload: "Active"
3232
# SELECT - HAVING (Transact-SQL)
3333
[!INCLUDE[tsql-appliesto-ss2008-all-md](../../includes/tsql-appliesto-ss2008-all-md.md)]
3434

35-
Specifies a search condition for a group or an aggregate. HAVING can be used only with the SELECT statement. HAVING is typically used in a GROUP BY clause. When GROUP BY is not used, HAVING behaves like a WHERE clause.
35+
Specifies a search condition for a group or an aggregate. HAVING can be used only with the SELECT statement. HAVING is typically used with a GROUP BY clause. When GROUP BY is not used, there is an implicit single, aggregated group.
3636

3737
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3838

@@ -44,7 +44,7 @@ ms.workload: "Active"
4444

4545
## Arguments
4646
\<search_condition>
47-
Specifies the search condition for the group or the aggregate to meet.
47+
Specifies one or more predicates for groups and/or aggregates to meet. For more information about search conditions and predicates, see [Search Condition &#40;Transact-SQL&#41;](../../t-sql/queries/search-condition-transact-sql.md).
4848

4949
The **text**, **image**, and **ntext** data types cannot be used in a HAVING clause.
5050

0 commit comments

Comments
 (0)