Skip to content

Commit 1df9dfd

Browse files
committed
More fixes
1 parent 439abf2 commit 1df9dfd

11 files changed

Lines changed: 15 additions & 20 deletions

File tree

docs/ado/guide/appendixes/microsoft-ole-db-persistence-provider-ado-service-provider.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ The Microsoft OLE DB Persistence Provider enables you to save a [Recordset](../.
4444
For more information about persistently storing **Recordset** objects, see [Recordset Persistence](../data/more-about-recordset-persistence.md).
4545

4646
When a stream is used to open a **Recordset,** there should be no parameters specified other than the *Source* parameter of the **Open** method.
47-
48-
## See Also
49-
[Microsoft OLE DB Persistence Provider (ADO Service Provider)]()

docs/ado/guide/remote-data-service/required-client-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ rs.CursorLocation = adUseClient
7575
[Customization File SQL Section](./customization-file-sql-section.md)
7676
[Customization File UserList Section](./customization-file-userlist-section.md)
7777
[DataFactory Customization](./datafactory-customization.md)
78-
[Required Client Settings]()
7978
[Understanding the Customization File](./understanding-the-customization-file.md)
8079
[Writing Your Own Customized Handler](./writing-your-own-customized-handler.md)

docs/ado/reference/ado-api/reshape-name-property-dynamic-ado.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Specifies a name for the [Recordset](./recordset-object-ado.md) object.
2626

2727
The **Reshape Name** property is primarily intended for use with the re-shaping feature of the [Microsoft Data Shaping Service for OLE DB](../../guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md) service provider. Names must be unique to participate in re-shaping.
2828

29-
This property is read-only, but can be set indirectly when a **Recordset** is created. For example, if a clause of a Shape command creates a **Recordset** and gives it an alias name by using the **AS** keyword, the alias is assigned to the **Reshape Name** property. If no alias is declared, the **Reshape Name** property is assigned a unique name generated by the data shaping service. If the alias name is the same as the name of an existing **Recordset**, neither **Recordset** can be reshaped until one of them is released. The default behavior can be changed by setting a unique name in the [Reshape Name]() property on the ADO connection to **True**. Setting this property gives the data shaping service permission to change the user assigned name, if necessary, to ensure uniqueness. For more information about reshaping, see [Microsoft Data Shaping Service for OLE DB (ADO Service Provider)](../../guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md).
29+
This property is read-only, but can be set indirectly when a **Recordset** is created. For example, if a clause of a Shape command creates a **Recordset** and gives it an alias name by using the **AS** keyword, the alias is assigned to the **Reshape Name** property. If no alias is declared, the **Reshape Name** property is assigned a unique name generated by the data shaping service. If the alias name is the same as the name of an existing **Recordset**, neither **Recordset** can be reshaped until one of them is released. The default behavior can be changed by setting a unique name in the **Reshape Name** property on the ADO connection to **True**. Setting this property gives the data shaping service permission to change the user assigned name, if necessary, to ensure uniqueness. For more information about reshaping, see [Microsoft Data Shaping Service for OLE DB (ADO Service Provider)](../../guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md).
3030

3131
Use the **Reshape Name** property when you want to refer to a **Recordset** in a Shape command, or when you do not know the name because it was generated by the Data Shaping Service. In that case, you could generate a SHAPE command by concatenating the command around the string returned by the **Reshape Name** property.
3232

docs/ado/reference/ado-api/save-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ recordset.Save Destination, PersistFormat
3636
Optional. A [PersistFormatEnum](./persistformatenum.md) value that specifies the format in which the **Recordset** is to be saved (XML or ADTG). The default value is **adPersistADTG**.
3737

3838
## Remarks
39-
The [Save Method]() method can only be invoked on an open **Recordset**. Use the [Open Method (ADO Recordset)](./open-method-ado-recordset.md) method to later restore the **Recordset** from *Destination*.
39+
The **Save Method** method can only be invoked on an open **Recordset**. Use the [Open Method (ADO Recordset)](./open-method-ado-recordset.md) method to later restore the **Recordset** from *Destination*.
4040

4141
If the [Filter Property](./filter-property.md) property is in effect for the **Recordset**, then only the rows accessible under the filter are saved. If the **Recordset** is hierarchical, then the current child **Recordset** and its children are saved, including the parent **Recordset**. If the Save method of a child **Recordset** is called, the child and all its children are saved, but the parent is not.
4242

docs/ado/reference/ado-md-api/ado-md-object-model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ This topic describes how objects are represented and related in ADO MD.
2626
The [Axis](./axis-object-ado-md.md), [Cell](./cell-object-ado-md.md), [Cellset](./cellset-object-ado-md.md), [CubeDef](./cubedef-object-ado-md.md), [Dimension](./dimension-object-ado-md.md), [Hierarchy](./hierarchy-object-ado-md.md), [Level](./level-object-ado-md.md), and [Member](./member-object-ado-md.md) objects each have a standard ADO [Properties](../ado-api/properties-collection-ado.md) collection.
2727

2828
## See Also
29-
[ADO MD API Reference]()
3029
[ADO MD Code Examples](./ado-md-code-examples.md)
3130
[ADO MD Collections](./ado-md-collections.md)
3231
[ADO MD Enumerated Constants](./ado-md-enumerated-constants.md)

docs/dea/database-experimentation-assistant-capture-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you see an error when you run a trace capture, confirm that:
128128

129129
- The name of the computer running SQL Server is valid. To confirm, try to connect to the computer running SQL Server by using SQL Server Management Studio (SSMS).
130130
- Your firewall configuration doesn't block connections to the computer running SQL Server.
131-
- The user has the permissions that are listed in the [Replay FAQ](./database-experimentation-assistant-replay-trace.md?view=sql-server-ver15#frequently-asked-questions-about-trace-replay).
131+
- The user has the permissions that are listed in the [Replay FAQ](./database-experimentation-assistant-replay-trace.md#frequently-asked-questions-about-trace-replay).
132132
- The trace name doesn't follow the standard rollover convention (Capture\_1). Instead, try trace names like Capture\_1A or Capture1.
133133

134134
Following are some possible errors you might see and solutions for resolving them:

docs/integration-services/catalog/ssis-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ To run the **SSIS Server Maintenance Job**, SSIS creates the SQL Server login **
451451
FROM Executable File = 'C:\Program Files\Microsoft SQL Server\YourSQLServerDefaultCompatibilityLevel\DTS\Binn\Microsoft.SqlServer.IntegrationServices.Server.dll'
452452
```
453453
454-
You can find the value for `YourSQLServerDefaultCompatibilityLevel` from a [list of SQL Server default compatibility levels](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md?view=sql-server-ver15#arguments).
454+
You can find the value for `YourSQLServerDefaultCompatibilityLevel` from a [list of SQL Server default compatibility levels](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md#arguments).
455455
456456
[!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] CLR stored procedures require UNSAFE permissions to be granted to the login because the login requires additional access to restricted resources, such as the Microsoft Win32 API. For more information about the UNSAFE code permission, see [Creating an Assembly](../../relational-databases/clr-integration/assemblies/creating-an-assembly.md).
457457

docs/linux/sql-server-linux-whats-new-2019.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.technology: linux
1313

1414
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

16-
This article describes the major features and services available for SQL Server 2019 running on Linux. For package downloads and known issues, see the [Release notes](sql-server-linux-release-notes-2019.md?view=sql-server-linux-ver15).
16+
This article describes the major features and services available for SQL Server 2019 running on Linux. For package downloads and known issues, see the [Release notes](sql-server-linux-release-notes-2019.md).
1717

1818
## Ubuntu 18.04 supported
1919

20-
Starting with SQL Server 2019 CU3, Ubuntu 18.04 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15).
20+
Starting with SQL Server 2019 CU3, Ubuntu 18.04 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15&preserve-view=true).
2121

2222
## RHEL 8 supported
2323

24-
Starting with SQL Server 2019 CU1, RHEL 8 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver15).
24+
Starting with SQL Server 2019 CU1, RHEL 8 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver15&preserve-view=true).
2525

2626
## Updates
2727

@@ -43,10 +43,10 @@ The updates have been made in SQL Server 2019 on Linux:
4343

4444
To install SQL Server on Linux, use one of the following tutorials:
4545

46-
- [Install on Red Hat Enterprise Linux](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver15)
47-
- [Install on SUSE Linux Enterprise Server](quickstart-install-connect-suse.md?view=sql-server-linux-ver15)
48-
- [Install on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15)
49-
- [Run on Docker](quickstart-install-connect-docker.md?view=sql-server-linux-ver15)
46+
- [Install on Red Hat Enterprise Linux](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver15&preserve-view=true)
47+
- [Install on SUSE Linux Enterprise Server](quickstart-install-connect-suse.md?view=sql-server-linux-ver15&preserve-view=true)
48+
- [Install on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15&preserve-view=true)
49+
- [Run on Docker](quickstart-install-connect-docker.md?view=sql-server-linux-ver15&preserve-view=true)
5050
- [Provision a SQL VM in Azure](/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=/sql/toc/toc.json)
5151

5252
For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md). To see other improvements introduced in SQL Server 2019, see [What's New in SQL Server 2019](../sql-server/what-s-new-in-sql-server-ver15.md?view=sql-server-ver15&preserve-view=true).

docs/relational-databases/in-memory-oltp/sample-database-for-in-memory-oltp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
2020
This sample showcases the In-Memory OLTP feature. It shows memory-optimized tables and natively compiled stored procedures, and can be used to demonstrate performance benefits of In-Memory OLTP.
2121

2222
> [!NOTE]
23-
> To view this topic for [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], see [Extensions to AdventureWorks to Demonstrate In-Memory OLTP](./overview-and-usage-scenarios.md?view=sql-server-ver15#in-memory-oltp-overview).
23+
> To view this topic for [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], see [Extensions to AdventureWorks to Demonstrate In-Memory OLTP](./overview-and-usage-scenarios.md#in-memory-oltp-overview).
2424
2525
The sample migrates five tables in the AdventureWorks database to memory-optimized, and it includes a demo workload for sales order processing. You can use this demo workload to see the performance benefit of using In-Memory OLTP on your server.
2626

docs/relational-databases/system-tables/system-base-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Msg 3859: Warning: The system catalog was updated directly in database ID 17, mo
9494
### Executing the DBCC_CHECKDB command after a system table is manually updated
9595
Msg 3859: Warning: The system catalog was updated directly in database ID 17, most recently at date_time.
9696

97-
If you perform manual updates to a system table and encounter a problem, you might be asked to restore from a backup or copy out the data from the affected database to a new database. Learn more about [user action error messages](../errors-events/mssqlserver-8992-database-engine-error.md?view=sql-server-ver15#user-action).
97+
If you perform manual updates to a system table and encounter a problem, you might be asked to restore from a backup or copy out the data from the affected database to a new database. Learn more about [user action error messages](../errors-events/mssqlserver-8992-database-engine-error.md#user-action).

0 commit comments

Comments
 (0)