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/ado/reference/ado-api/reshape-name-property-dynamic-ado.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
@@ -26,7 +26,7 @@ Specifies a name for the [Recordset](./recordset-object-ado.md) object.
26
26
27
27
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.
28
28
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).
30
30
31
31
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.
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**.
37
37
38
38
## 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*.
40
40
41
41
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.
Copy file name to clipboardExpand all lines: docs/ado/reference/ado-md-api/ado-md-object-model.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ This topic describes how objects are represented and related in ADO MD.
26
26
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.
Copy file name to clipboardExpand all lines: docs/dea/database-experimentation-assistant-capture-trace.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
@@ -128,7 +128,7 @@ If you see an error when you run a trace capture, confirm that:
128
128
129
129
- 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).
130
130
- 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).
132
132
- The trace name doesn't follow the standard rollover convention (Capture\_1). Instead, try trace names like Capture\_1A or Capture1.
133
133
134
134
Following are some possible errors you might see and solutions for resolving them:
Copy file name to clipboardExpand all lines: docs/integration-services/catalog/ssis-catalog.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
@@ -451,7 +451,7 @@ To run the **SSIS Server Maintenance Job**, SSIS creates the SQL Server login **
451
451
FROM Executable File = 'C:\Program Files\Microsoft SQL Server\YourSQLServerDefaultCompatibilityLevel\DTS\Binn\Microsoft.SqlServer.IntegrationServices.Server.dll'
452
452
```
453
453
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).
455
455
456
456
[!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).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-whats-new-2019.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ ms.technology: linux
13
13
14
14
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
15
15
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).
17
17
18
18
## Ubuntu 18.04 supported
19
19
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).
21
21
22
22
## RHEL 8 supported
23
23
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).
25
25
26
26
## Updates
27
27
@@ -43,10 +43,10 @@ The updates have been made in SQL Server 2019 on Linux:
43
43
44
44
To install SQL Server on Linux, use one of the following tutorials:
45
45
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)
50
50
-[Provision a SQL VM in Azure](/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=/sql/toc/toc.json)
51
51
52
52
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).
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.
21
21
22
22
> [!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).
24
24
25
25
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.
Copy file name to clipboardExpand all lines: docs/relational-databases/system-tables/system-base-tables.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
@@ -94,4 +94,4 @@ Msg 3859: Warning: The system catalog was updated directly in database ID 17, mo
94
94
### Executing the DBCC_CHECKDB command after a system table is manually updated
95
95
Msg 3859: Warning: The system catalog was updated directly in database ID 17, most recently at date_time.
96
96
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