Skip to content

Commit a712989

Browse files
committed
Broken link fix
1 parent a830880 commit a712989

81 files changed

Lines changed: 110 additions & 110 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/analytics-platform-system/install-the-scom-management-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the APS PDW workload, download the [System Center Management Pack for the Mi
2424

2525
For the appliance management, download the [SQL Server Appliance Base Management Pack](/previous-versions/system-center/packs/gg602398(v=technet.10)).
2626

27-
For older versions of PDW without APS, download the[System Center Monitoring Pack for Microsoft SQL Server 2012 Parallel Data Warehouse Appliance](https://go.microsoft.com/fwlink/p/?LinkId=282661).
27+
For older versions of PDW without APS, download the[System Center Monitoring Pack for Microsoft SQL Server 2012 Parallel Data Warehouse Appliance](https://docs.microsoft.com/sql/analytics-platform-system/download-and-apply-microsoft-updates?view=aps-pdw-2016-au7).
2828

2929
<!-- MISSING LINKS - For the HDInsight workload, download the [System Center Management Pack for HDInsight](https://go.microsoft.com/fwlink/?LinkId=390208). -->
3030

docs/connect/jdbc/reference/getclientconnectionid-method-sqlserverconnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ UUID conid = ((ISQLServerConnection)cn).getClientConnectionId();
5353

5454
**getClientConnectionID** works regardless of which version of the server you connect to, but extended events logs and entry on connectivity ring buffer errors will not be present in [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] 2008 R2 and earlier.
5555

56-
You can locate the connection ID in the extended events log to see if the failure was on the server if the extended event for logging connection ID is enabled. You can also locate the connection ID in the connection ring buffer ([Connectivity troubleshooting in SQL Server 2008 with the Connectivity Ring Buffer](https://go.microsoft.com/fwlink/?LinkId=207752)) for certain connection errors. If the connection ID is not in the connection ring buffer, you can assume a network error.
56+
You can locate the connection ID in the extended events log to see if the failure was on the server if the extended event for logging connection ID is enabled. You can also locate the connection ID in the connection ring buffer ([Connectivity troubleshooting in SQL Server 2008 with the Connectivity Ring Buffer](https://docs.microsoft.com/archive/blogs/sql_protocols/connectivity-troubleshooting-in-sql-server-2008-with-the-connectivity-ring-buffer)) for certain connection errors. If the connection ID is not in the connection ring buffer, you can assume a network error.
5757

5858
## See Also
5959
[SQLServerConnection Members](../../../connect/jdbc/reference/sqlserverconnection-members.md)

docs/connect/oledb/features/accessing-diagnostic-information-in-the-extended-events-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.author: v-daenge
2525
> This feature is intended only for troubleshooting and diagnostic purposes and may not be suitable for auditing or security purposes.
2626
2727
## Remarks
28-
For connection operations, OLE DB Driver for SQL Server will send a client connection ID. If the connection fails, you can access the connectivity ring buffer ([Connectivity troubleshooting in SQL Server 2008 with the Connectivity Ring Buffer](https://go.microsoft.com/fwlink/?LinkId=207752)) and find the **ClientConnectionID** field and get diagnostic information about the connection failure. Client connection IDs are logged in the ring buffer only if an error occurs. (If a connection fails before sending the prelogin packet, a client connection ID will not be generated.) The client connection ID is a 16-byte GUID. You can also find the client connection ID in the extended events output target, if the **client_connection_id** action is added to events in an extended events session. You can enable data access tracing and rerun the connection command and observe the **ClientConnectionID** field in the data access trace for a failed operation, if you need further diagnostic assistance.
28+
For connection operations, OLE DB Driver for SQL Server will send a client connection ID. If the connection fails, you can access the connectivity ring buffer ([Connectivity troubleshooting in SQL Server 2008 with the Connectivity Ring Buffer](https://docs.microsoft.com/archive/blogs/sql_protocols/connectivity-troubleshooting-in-sql-server-2008-with-the-connectivity-ring-buffer)) and find the **ClientConnectionID** field and get diagnostic information about the connection failure. Client connection IDs are logged in the ring buffer only if an error occurs. (If a connection fails before sending the prelogin packet, a client connection ID will not be generated.) The client connection ID is a 16-byte GUID. You can also find the client connection ID in the extended events output target, if the **client_connection_id** action is added to events in an extended events session. You can enable data access tracing and rerun the connection command and observe the **ClientConnectionID** field in the data access trace for a failed operation, if you need further diagnostic assistance.
2929

3030

3131
OLE DB Driver for SQL Server also sends a thread-specific activity ID. The activity ID is captured in the extended events sessions if the sessions are started with the TRACK_CAUSAILITY option enabled. For performance issues with an active connection, you can get the activity ID from the client's data access trace (**ActivityID** field) and then locate the activity ID in the extended events output. The activity ID in the extended events is a 16-byte GUID (not the same as the GUID for the client connection ID) appended with a four-byte sequence number. The sequence number represents the order of a request within a thread and indicates the relative ordering of batch and RPC statements for the thread. The **ActivityID** is optionally sent for SQL batch statements and RPC requests when data access tracing is enabled on and the 18th bit in the data access tracing configuration word is turned ON.

docs/connect/oledb/finding-more-oledb-driver-for-sql-server-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: v-daenge
2424
[Data Access and Storage Developer Center](https://go.microsoft.com/fwlink?linkid=4173)
2525
This site provides technical articles, sample code, and other resources for OLE DB Driver for SQL Server and other data access technologies.
2626

27-
[Data Access Blog](https://go.microsoft.com/fwlink/?LinkId=48617)
27+
[Data Access Blog](https://techcommunity.microsoft.com/t5/sql-server/bg-p/SQLServer/label-name/SQLServerDrivers)
2828
This blog site provides information about data access technologies and allows you to interact directly with members of the product team.
2929

3030
[Windows Data Access Components](https://go.microsoft.com/fwlink/?LinkId=107907)

docs/data-quality-services/create-a-domain-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ms.author: sawinark
121121
|Value is date/time|Only values that have a SQL Server date/time data type will be valid. This includes datetime, time, date, etc.|Example operand: N/A<br /><br /> Valid values: 1916-06-04; 1916-06-04 18:24:24; March 21, 2001; 5/18/2011; 18:24:24<br /><br /> Not valid values: March 213, 2006|
122122
|Value is in|Only values that are in the set in the operand will be valid.<br /><br /> To enter the values in the set, click in the operand text box, enter the first value, press Enter, enter the second value, repeat for as many values as you want to enter in the set, and then click again in the operand text box. DQS will add a comma between the values in the set. If you enter a single string with commas and no carriage return (for example, "A1, B1"), DQS will consider that string a single value in the set.|Example operand: [A1, B1]<br /><br /> Valid values: A1, B1<br /><br /> Not valid values: AA, 11|
123123
|Value is not in|Only values that are not in the set in the operand will be valid.|Example operand: [A1, B1]<br /><br /> Valid values: AA, 11<br /><br /> Not valid values: A1, B1|
124-
|Value matches pattern|Only values that match the pattern of characters, digits, or special characters in the operand will be valid.<br /><br /> Any letter (A...Z) can be used as a pattern for any letter; case insensitive. Any digit (0...9) can be used as a pattern for any digit. Any special character, except a letter or a digit, can be used as a pattern for itself. Brackets, [], define optional matching.|Example operand: AA:000 (a pattern of *any* two characters followed by a colon (:), which is again followed by *any* three digits.<br /><br /> Valid values: AB:012, df:257<br /><br /> Not valid values: abc:123, FJ-369<br /><br /> For more information about the pattern rules in DQS and examples, see [Pattern Matching in DQS Domain Rules](https://blogs.msdn.com/b/dqs/archive/2012/10/08/pattern-matching-in-dqs-domain-rules.aspx).|
124+
|Value matches pattern|Only values that match the pattern of characters, digits, or special characters in the operand will be valid.<br /><br /> Any letter (A...Z) can be used as a pattern for any letter; case insensitive. Any digit (0...9) can be used as a pattern for any digit. Any special character, except a letter or a digit, can be used as a pattern for itself. Brackets, [], define optional matching.|Example operand: AA:000 (a pattern of *any* two characters followed by a colon (:), which is again followed by *any* three digits.<br /><br /> Valid values: AB:012, df:257<br /><br /> Not valid values: abc:123, FJ-369<br /><br /> For more information about the pattern rules in DQS and examples, see [Pattern Matching in DQS Domain Rules](https://techcommunity.microsoft.com/t5/sql-server-integration-services/pattern-matching-in-dqs-domain-rules/ba-p/388103).|
125125
|Value does not match pattern|Only values that do not match the pattern of characters, digits, or special characters in the operand will be valid.|Example operand: A1 (value must not match a pattern of *any* one character followed by *any* one digit.)<br /><br /> Valid values: AB1, A, A:5<br /><br /> Not valid values: B7, c9|
126126
|Value contains pattern|Only values that contain the pattern of characters, digits, or special characters in the operand will be valid.|Example operand: AA-12 (value contains a pattern of *any* two characters followed by a hyphen (-), which is again followed by *any* two digits.)<br /><br /> Valid values: AAA-01, ab-975<br /><br /> Not valid value: A7, AA-6, C-45, aa;98|
127127
|Value does not contain pattern|Only values that do not contain the pattern of characters in the operand will be valid.|Example operand: AB-12 (value must not contain a pattern of *any* two characters followed by a hyphen (-), which is again followed by *any* two digits.)<br /><br /> Valid values: A7, AA-6, C-45, aa;98<br /><br /> Not valid value: AAA-01, ab-975|

docs/database-engine/availability-groups/windows/administration-of-an-availability-group-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ms.author: mathoma
100100
- **Blogs:**
101101

102102
[SQL Server Always On Team Blogs: The official SQL Server Always On Team Blog](https://blogs.msdn.microsoft.com/sqlalwayson/)
103-
[CSS SQL Server Engineers Blogs](https://blogs.msdn.com/b/psssql/)
103+
[CSS SQL Server Engineers Blogs](https://docs.microsoft.com/archive/blogs/psssql/)
104104

105105
- **Videos:**
106106

docs/database-engine/availability-groups/windows/always-on-availability-groups-interoperability-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following features interoperate with [!INCLUDE[ssHADR](../../../includes/ssh
5959

6060
[Migration Guide: Migrating to SQL Server 2012 Failover Clustering and Availability Groups from Prior Clustering and Mirroring Deployments](https://blogs.msdn.microsoft.com/sqlalwayson/2012/04/09/now-available-migration-guide-migrating-to-sql-server-2012-failover-clustering-and-availability-groups-from-prior-clustering-and-mirroring-deployments/)
6161
[SQL Server Always On Team Blogs: The official SQL Server Always On Team Blog](https://blogs.msdn.microsoft.com/sqlalwayson/)
62-
[CSS SQL Server Engineers Blogs](https://blogs.msdn.com/b/psssql/)
62+
[CSS SQL Server Engineers Blogs](https://docs.microsoft.com/archive/blogs/psssql/)
6363

6464
- **Whitepapers:**
6565

docs/database-engine/availability-groups/windows/always-on-availability-groups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ms.author: mathoma
153153

154154
[SQL Server Always On Team Blogs: The official SQL Server Always On Team Blog](https://blogs.msdn.microsoft.com/sqlalwayson/)
155155

156-
[CSS SQL Server Engineers Blogs](https://blogs.msdn.com/b/psssql/)
156+
[CSS SQL Server Engineers Blogs](https://docs.microsoft.com/archive/blogs/psssql/)
157157

158158
- **Videos:**
159159

docs/database-engine/availability-groups/windows/always-on-availability-groups-troubleshooting-and-monitoring-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ ms.author: jroth
6767

6868
## Next steps
6969
[SQL Server Always On Team Blog](https://docs.microsoft.com/archive/blogs/sqlalwayson/)
70-
[CSS SQL Server Engineers Blogs](https://blogs.msdn.com/b/psssql/)
70+
[CSS SQL Server Engineers Blogs](https://docs.microsoft.com/archive/blogs/psssql/)
7171

7272

docs/database-engine/availability-groups/windows/configuration-of-a-server-instance-for-always-on-availability-groups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ms.author: mathoma
6464

6565
[SQL Server Always On Team Blogs: The official SQL Server Always On Team Blog](https://blogs.msdn.microsoft.com/sqlalwayson/)
6666

67-
[CSS SQL Server Engineers Blogs](https://blogs.msdn.com/b/psssql/)
67+
[CSS SQL Server Engineers Blogs](https://docs.microsoft.com/archive/blogs/psssql/)
6868

6969
- **Videos:**
7070

0 commit comments

Comments
 (0)