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/ado-dynamic-properties.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 @@ Dynamic properties can be added to the [Properties](./properties-collection-ado.
26
26
|[Resync Command](./resync-command-property-dynamic-ado.md)|Specifies a user-supplied command string that the **Resync** method issues to refresh the data in the table named in the **Unique Table** dynamic property.|
27
27
|[Unique Table, Unique Schema, Unique Catalog](./unique-table-unique-schema-unique-catalog-properties-dynamic-ado.md)|**Unique Table** Specifies the name of the base table upon which updates, insertions, and deletions are allowed.<br /><br /> **Unique Schema** Specifies the schema, or name of the owner of the table.<br /><br /> **Unique Catalog** Specifies the catalog, or name of the database that contains the table.|
28
28
|[Update Resync](./update-resync-property-dynamic-ado.md)|Specifies whether the **UpdateBatch** method is followed by an implicit **Resync** method operation, and if so, the scope of that operation.|
Copy file name to clipboardExpand all lines: docs/connect/jdbc/using-always-encrypted-with-the-jdbc-driver.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
@@ -44,7 +44,6 @@ The Microsoft JDBC Driver for SQL Server comes with the following built-in colum
44
44
|**`SQLServerColumnEncryptionAzureKeyVaultProvider`**| A provider for a keystore for the Azure Key Vault. | AZURE_KEY_VAULT |_No_ before JDBC driver version 7.4.1, but _yes_ as of JDBC driver version 7.4.1. | Windows, Linux, macOS |
45
45
|**`SQLServerColumnEncryptionCertificateStoreProvider`**| A provider for the Windows Certificate Store. | MSSQL_CERTIFICATE_STORE |_Yes_| Windows |
46
46
|**`SQLServerColumnEncryptionJavaKeyStoreProvider`**| A provider for the Java keystore. | MSSQL_JAVA_KEYSTORE |_Yes_| Windows, Linux, macOS |
47
-
|||||
48
47
49
48
For the pre-registered keystore providers, you don't need any application code changes to use these providers but note the following items:
Copy file name to clipboardExpand all lines: docs/includes/sql-server-ha-story.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
@@ -1,4 +1,4 @@
1
-
This article provides an overview of business continuity solutions for high availability and disaster recovery in SQL Server.
1
+
This article provides an overview of business continuity solutions for high availability and disaster recovery in SQL Server.
2
2
3
3
One common task everyone deploying SQL Server has to account for is making sure that all mission critical SQL Server instances and the databases within them are available when the business and end users need them, whether that is 9 to 5 or around the clock. The goal is to keep the business up and running with minimal or no interruption. This concept is also known as business continuity.
The *data-source-name* value is defined by the administration program (which usually prompts the user for it), and *driver-description* is defined by the driver developer (it is usually the name of the DBMS associated with the driver).
Copy file name to clipboardExpand all lines: docs/reporting-services/application-integration/release-notes-ssrs-application-integration.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,41 +24,35 @@ For the release notes for SSRS, see [Release notes for SQL Server Reporting Serv
24
24
| :----------------- | :------ |
25
25
| Bug Fixes | Fixed an issue with datepicker closing on certain size screens. |
26
26
|| Fixed many screen reader issues. |
27
-
| | |
28
27
29
28
## 150.1484.0
30
29
| Change description | Details |
31
30
| :----------------- | :------ |
32
31
| Bug Fixes | Fixed an issue with print button not displaying correctly. |
33
32
|| Fixed a viewer issue where only toolbar was visible in some specific scenarios. |
34
-
| | |
35
33
36
34
## 150.1427.0
37
35
| Change description | Details |
38
36
| :----------------- | :------ |
39
37
| Bug Fixes | Fixed an issue with links not looking visited after being clicked. |
40
38
|| Fixed a datetime parsing issue affecting certain locales. |
41
-
| | |
42
39
43
40
## 150.1404.0
44
41
| Change description | Details |
45
42
| :----------------- | :------ |
46
43
| Bug Fixes | Fixed an issue with tab ordering of the toolbar in WebForms. |
47
44
|| Improved HTML rendering accessibility for tables. |
48
-
| | |
49
45
50
46
## 150.1400.0
51
47
| Change description | Details |
52
48
| :----------------- | :------ |
53
49
| Bug Fixes | Fixed an issue where the viewer control would not load in design mode. |
54
-
| | |
55
50
56
51
## 150.1358.0
57
52
| Change description | Details |
58
53
| :----------------- | :------ |
59
54
| Bug Fixes | Reverted a change that removed the Microsoft.ReportViewer.Design assemblies from the project references. |
60
55
|| As part of other changes, two assemblies were changed from 15.0 version to 15.3. This has been reverted. |
61
-
| | |
62
56
63
57
## 150.1357.0
64
58
| Change description | Details |
@@ -71,7 +65,6 @@ For the release notes for SSRS, see [Release notes for SQL Server Reporting Serv
71
65
|| Fixed overlapping with tablix cells in HTML rendering |
72
66
|| Removed the design time project references to eliminate erroneous VS assemblies being added to the projects |
73
67
|| Accessibility fix for tool bar to narrate only for active items |
74
-
| | |
75
68
76
69
## 150.900.148
77
70
@@ -80,7 +73,6 @@ For the release notes for SSRS, see [Release notes for SQL Server Reporting Serv
80
73
| Fix for a bug preventing reports without parameters to be loaded through **Server.LoadReportDefinition**. | |
81
74
| The WebForms Report Viewer Control. | Supports embedding in RTL pages (pages that change the text flow using the *direction: rtl;* css property).<br/><br/>Supports customizing print dialog text via the *IReportViewerMessages5* localization interface.<br/><br/>Improved accessibility support.<br/><br/>• [NuGet package for the Report Viewer control of WebForms](https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.Webforms/150.900.148)|
82
75
| The WinForms Report Viewer Control. | Fix for printing when an app is running in a High DPI mode.<br/><br/>• [NuGet package for the Report Viewer control of WinForms](https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.Winforms/150.900.148)|
0 commit comments