Skip to content

Commit ace6840

Browse files
authored
Merge branch 'master' into 1365234-1
2 parents 5b2e785 + 617c5cb commit ace6840

109 files changed

Lines changed: 890 additions & 644 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/2014/2014-toc/sql-server-transaction-locking-and-row-versioning-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SQL Server Transaction Locking and Row Versioning Guide | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "06/14/2017"
4+
ms.date: 01/24/2019
55
ms.prod: "sql-server-2014"
66
ms.reviewer: ""
77
ms.technology:
@@ -146,7 +146,7 @@ CREATE TABLE TestBatch (Cola INT PRIMARY KEY, Colb CHAR(3));
146146
GO
147147
INSERT INTO TestBatch VALUES (1, 'aaa');
148148
INSERT INTO TestBatch VALUES (2, 'bbb');
149-
INSERT INTO TestBatch VALUSE (3, 'ccc'); -- Syntax error.
149+
INSERT INTO TestBatch VALUES (3, 'ccc'); -- Syntax error.
150150
GO
151151
SELECT * FROM TestBatch; -- Returns no rows.
152152
GO

docs/2014/analysis-services/multidimensional-models/mdx/mdx-data-manipulation-manipulating-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Multidimensional Expressions (MDX) can be used to manipulate the data in a varie
2929
|[Understanding Pass Order and Solve Order (MDX)](mdx-data-manipulation-understanding-pass-order-and-solve-order.md)|Details the concepts of solve order, and how this feature affects MDX expressions, statements, and scripts.|
3030

3131
<!-- ??
32+
3233
|[Script for Search and Replace] function on the analysis of multidimensional data.|
3334
3435
GeneMi is removing this commented row because it is unclear what article its link meant to link to.

docs/ado/reference/ado-api/ado-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO Events
19+
1920
|||
2021
|-|-|
2122
|[BeginTransComplete](../../../ado/reference/ado-api/begintranscomplete-committranscomplete-and-rollbacktranscomplete-events-ado.md)|Called after the **BeginTrans** operation.|

docs/ado/reference/ado-api/ado-methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO Methods
19+
1920
|||
2021
|-|-|
2122
|[AddNew](../../../ado/reference/ado-api/addnew-method-ado.md)|Creates a new record for an updatable **Recordset** object.|

docs/ado/reference/ado-api/ado-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO Properties
19+
1920
|||
2021
|-|-|
2122
|[AbsolutePage](../../../ado/reference/ado-api/absolutepage-property-ado.md)|Indicates on which page the current record resides.|

docs/ado/reference/ado-md-api/ado-md-collections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO MD Collections
19+
1920
|||
2021
|-|-|
2122
|[Axes](../../../ado/reference/ado-md-api/axes-collection-ado-md.md)|Contains the **Axis** objects that define a cellset.|

docs/ado/reference/ado-md-api/ado-md-methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO MD Methods
19+
1920
|||
2021
|-|-|
2122
|[Close](../../../ado/reference/ado-md-api/close-method-ado-md.md)|Closes an open cellset.|

docs/ado/reference/ado-md-api/ado-md-objects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO MD Objects
19+
1920
|||
2021
|-|-|
2122
|[Axis](../../../ado/reference/ado-md-api/axis-object-ado-md.md)|Represents a positional or filter axis of a cellset, containing selected members of one or more dimensions.|

docs/ado/reference/ado-md-api/ado-md-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADO MD Properties
19+
1920
|||
2021
|-|-|
2122
|[ActiveConnection](../../../ado/reference/ado-md-api/activeconnection-property-ado-md.md)|Indicates to which ADO **Connection** object the current cellset or catalog currently belongs.|

docs/ado/reference/adox-api/adox-collections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: genemi
1616
manager: craigg
1717
---
1818
# ADOX Collections
19+
1920
|||
2021
|-|-|
2122
|[Columns](../../../ado/reference/adox-api/columns-collection-adox.md)|Contains all **Column** objects of a table, index, or key.|

0 commit comments

Comments
 (0)