Skip to content

Commit 699a2aa

Browse files
committed
Bulk update: remove en-us metadata from links
1 parent 444284f commit 699a2aa

18 files changed

Lines changed: 19 additions & 19 deletions

docs/ado/guide/appendixes/appendix-a-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This section addresses three kinds of providers: data providers, service provide
5252
## Provider-Specific Dynamic Properties
5353
The [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collections of the [Connection](../../../ado/reference/ado-api/connection-object-ado.md), [Command](../../../ado/reference/ado-api/command-object-ado.md), and [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) objects include dynamic properties specific to the provider. These properties provide information about functionality specific to the provider beyond the built-in properties that ADO supports.
5454

55-
After establishing the connection and creating these objects, use the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method on the **Properties** collection of the object to obtain the provider-specific properties. Refer to the provider documentation and the [OLE DB Programmer's Guide](http://msdn.microsoft.com/en-us/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8) for detailed information about these dynamic properties.
55+
After establishing the connection and creating these objects, use the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method on the **Properties** collection of the object to obtain the provider-specific properties. Refer to the provider documentation and the [OLE DB Programmer's Guide](http://msdn.microsoft.com/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8) for detailed information about these dynamic properties.
5656

5757
## Service Providers
5858
To use a service provider, you must supply a keyword. You should also be aware of the provider-specific dynamic properties associated with each service provider. Provider-specific details are listed for each service provider that is currently available from Microsoft:

docs/advanced-analytics/install/sql-machine-learning-standalone-windows-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following table lists the paths for each installation.
8585

8686
A development IDE is not installed as part of setup. Additional tools are not required, as all the standard tools are included that would be provided with a distribution of R or Python.
8787

88-
We recommend that you try the new release of [!INCLUDE[rsql_rtvs](../../includes/rsql-rtvs-md.md)] or [Python for Visual Studio](https://docs.microsoft.com/en-us/visualstudio/python/installing-python-support-in-visual-studio). Visual Studio supports both R and Python, as well as database development tools, connectivity with SQL Server, and BI tools. However, you can use any preferred development environment, including RStudio.
88+
We recommend that you try the new release of [!INCLUDE[rsql_rtvs](../../includes/rsql-rtvs-md.md)] or [Python for Visual Studio](https://docs.microsoft.com/visualstudio/python/installing-python-support-in-visual-studio). Visual Studio supports both R and Python, as well as database development tools, connectivity with SQL Server, and BI tools. However, you can use any preferred development environment, including RStudio.
8989

9090
## Get help
9191

docs/advanced-analytics/install/sql-ml-component-commandline-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Setup.exe /q /ACTION=Install /FEATURES=SQL_SHARED_MR
155155

156156
When setup is finished, you have a server, Microsoft packages, open-source distributions of R and Python, tools, samples, and scripts that are part of the distribution.
157157

158-
To open an R console window, go to \Program files\Microsoft SQL Server\140 (or 130)\R_SERVER\bin\x64 and double-click **RGui.exe**. New to R? Try this tutorial: [Basic R commands and RevoScaleR functions: 25 common examples](https://docs.microsoft.com/en-us/machine-learning-server/r/tutorial-r-to-revoscaler).
158+
To open an R console window, go to \Program files\Microsoft SQL Server\140 (or 130)\R_SERVER\bin\x64 and double-click **RGui.exe**. New to R? Try this tutorial: [Basic R commands and RevoScaleR functions: 25 common examples](https://docs.microsoft.com/machine-learning-server/r/tutorial-r-to-revoscaler).
159159

160160
To open a Python command, go to \Program files\Microsoft SQL Server\140\PYTHON_SERVER\bin\x64 and double-click **python.exe**.
161161

docs/analysis-services/analysis-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "About SQL Server Analysis Services | Microsoft Docs"
33
ms.date: 05/08/2018
44
ms.prod: sql

docs/analytics-platform-system/determine-polling-frequency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since PDW does not currently support proactive notifications when alerts occur,
2727

2828
A common interval to poll for alerts, which is also used by System Center, is **every 15 minutes**. Obviously, you could query more or less frequently, but it is not recommended to poll less than every six hours.
2929

30-
Polling more frequently is acceptable, but polling too frequently can clutter the [sys.dm_pdw_nodes_exec_requests](http://msdn.microsoft.com/en-us/library/ms177648(v=sql11).aspx) DMV. Polling too frequently can make it difficult for users to diagnose query performance issues when their quickly rolls out of view.
30+
Polling more frequently is acceptable, but polling too frequently can clutter the [sys.dm_pdw_nodes_exec_requests](http://msdn.microsoft.com/library/ms177648(v=sql11).aspx) DMV. Polling too frequently can make it difficult for users to diagnose query performance issues when their quickly rolls out of view.
3131

3232
## See Also
3333
<!-- MISSING LINKS [Common Metadata Query Examples &#40;SQL Server PDW&#41;](../sqlpdw/common-metadata-query-examples-sql-server-pdw.md) -->

docs/analytics-platform-system/workload-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Workload Management
3232
Resource Class
3333
In SQL Server PDW, a *resource class* is a built-in server role that has pre-assigned limits for memory and concurrency. SQL Server PDW allocates resources to requests according to the resource class server role membership of the login that submits the requests.
3434

35-
On the Compute nodes, the implementation of resource classes uses the Resource Governor feature in SQL Server. For more information about Resource Governor, see [Resource Governor](http://msdn.microsoft.com/en-us/library/bb933866(v=sql.11).aspx) on MSDN.
35+
On the Compute nodes, the implementation of resource classes uses the Resource Governor feature in SQL Server. For more information about Resource Governor, see [Resource Governor](http://msdn.microsoft.com/library/bb933866(v=sql.11).aspx) on MSDN.
3636

3737
### Understand Current Resource Utilization
3838
To understand system resource utilization for the currently running requests, use the SQL Server PDW dynamic management views. For example, you can use DMVs to understand if a slow-running large hash join could benefit by having more memory.

docs/dma/dma-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ manager: craigg
2424
The Data Migration Assistant (DMA) enables you to upgrade to a modern data platform by detecting compatibility issues that can impact database functionality in your new version of SQL Server and Azure SQL Database. DMA recommends performance and reliability improvements for your target environment and allows you to move your schema, data, and uncontained objects from your source server to your target server.
2525

2626
> [!NOTE]
27-
> For large (in terms of number and size of databases) migrations, it is recommended to use the [Azure Database Migration Service](https://docs.microsoft.com/en-us/azure/dms/dms-overview), which can migrate databases at scale.
27+
> For large (in terms of number and size of databases) migrations, it is recommended to use the [Azure Database Migration Service](https://docs.microsoft.com/azure/dms/dms-overview), which can migrate databases at scale.
2828
2929
## Capabilities
3030

docs/mdx/analysis-services-language-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: "erikre"
2020
# Analysis Services Language Reference
2121
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
2222

23-
[Data Analysis Expressions (DAX) Reference](http://msdn.microsoft.com/en-us/70a82136-0926-4a91-bcb3-e18e82593b0d)
23+
[Data Analysis Expressions (DAX) Reference](http://msdn.microsoft.com/70a82136-0926-4a91-bcb3-e18e82593b0d)
2424

2525
[Multidimensional Expressions &#40;MDX&#41; Reference](../mdx/multidimensional-expressions-mdx-reference.md)
2626

docs/odbc/admin/odbc-data-source-administrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ manager: craigg
2121
# ODBC Data Source Administrator
2222
The Microsoft® ODBC Data Source Administrator manages database drivers and data sources. This application is located in the Windows Control Panel under **Administrative Tools**. Beginning in Windows 8, the icon is named **ODBC Data Sources**, and on 64-bit operating systems there is a 32-bit and 64-bit version.
2323

24-
For information about detailed ODBC Administrator procedures, open the [ODBC Data Source Administrator](http://msdn.microsoft.com/en-us/eea94d94-f53b-4289-ae75-9ccccde15333) dialog box and click **Help**.
24+
For information about detailed ODBC Administrator procedures, open the [ODBC Data Source Administrator](http://msdn.microsoft.com/eea94d94-f53b-4289-ae75-9ccccde15333) dialog box and click **Help**.
2525

2626
You can use PowerShell commands to manage drivers and data sources. For more information about these PowerShell commands, see [Windows Data Access Components PowerShell commands](https://msdn.microsoft.com/library/windows/desktop/jj134064.aspx).
2727

docs/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "Back Up and Restore of SQL Server Databases | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/30/2018"

0 commit comments

Comments
 (0)