Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5b32004

Browse files
author
craigcaseyMSFT
committed
fix broken links from CATS report
1 parent 34ad991 commit 5b32004

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/2014/analysis-services/data-mining/data-mining-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ manager: craigg
154154

155155
These visualizations are temporary, and are closed without saving when you exit the session with [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)]. Therefore, if you need to export these visualizations to another application for presentation or further analysis, use the **Copy** commands provided in each tab or pane of the viewer interface.
156156

157-
The Data Mining Add-ins for Excel also provides a Visio template that you can use to represent your models in a Visio diagram and annotate and modify the diagram using Visio tools. For more information, see [Microsoft SQL Server 2008 SP2 Data Mining Add-ins for Microsoft Office 2007](https://www.microsoft.com/download/details.aspx?id=7294).
157+
The Data Mining Add-ins for Excel also provides a Visio template that you can use to represent your models in a Visio diagram and annotate and modify the diagram using Visio tools. For more information, see [Microsoft SQL Server 2008 SP2 Data Mining Add-ins for Microsoft Office 2007](https://www.microsoft.com/download/details.aspx?id=8569).
158158

159159
### <a name="bkmk_Validate"></a> Test and Validate Models
160160
After you have created a model, you can investigate the results and make decisions about which models perform the best.

docs/2014/getting-started/discontinued-sql-server-features-in-sql-server-2014.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager: craigg
3434
## Discontinued Features in SQL Server 2008
3535

3636
### Discontinued SQL-DMO from SQL Server Express Installation
37-
SQL-DMO for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] has been removed from [!INCLUDE[ssExpressEd10](../includes/ssexpressed10-md.md)]. We recommend that you modify applications that currently use this feature as soon as possible. If you must support SQL-DMO for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Express, install the Backward Compatibility Components from the [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)] feature pack from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=24793). Use [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Management Objects (SMO) for new development work.
37+
SQL-DMO for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] has been removed from [!INCLUDE[ssExpressEd10](../includes/ssexpressed10-md.md)]. We recommend that you modify applications that currently use this feature as soon as possible. If you must support SQL-DMO for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Express, install the Backward Compatibility Components from the [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)] feature pack from the [Microsoft Download Center](https://www.microsoft.com/download/). Use [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Management Objects (SMO) for new development work.
3838

3939
### Discontinued Option for Web Assistant
4040
The `sp_configure` option to enable Web Assistant has been removed from [!INCLUDE[ssKatmai](../includes/sskatmai-md.md)]. We recommend that you use [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] instead.

docs/2014/integration-services/connection-manager/integration-services-ssis-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ manager: craigg
9191
|Type|Description|Topic|
9292
|----------|-----------------|-----------|
9393
|ORACLE|Connects to an Oracle \<version info> server.|The Oracle connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Oracle by Attunity. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Oracle by Attunity also includes a source and a destination. For more information, see the download page, [Microsoft Connectors for Oracle and Teradata by Attunity](https://go.microsoft.com/fwlink/?LinkId=251526).|
94-
|SAPBI|Connects to an SAP NetWeaver BI version 7 system.|The SAP BI connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI also includes a source and a destination. For more information, see the download page, [Microsoft SQL Server 2008 Feature Pack](https://go.microsoft.com/fwlink/?LinkId=262016).|
94+
|SAPBI|Connects to an SAP NetWeaver BI version 7 system.|The SAP BI connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI also includes a source and a destination. For more information, see the download page, [Microsoft SQL Server 2008 Feature Pack](https://www.microsoft.com/download/details.aspx?id=30440).|
9595
|TERADATA|Connects to a Teradata \<version info> server.|The Teradata connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Teradata by Attunity. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Teradata by Attunity also includes a source and a destination. For more information, see the download page, [Microsoft Connectors for Oracle and Teradata by Attunity](https://go.microsoft.com/fwlink/?LinkId=251526).|
9696

9797
### Custom Connection Managers

docs/2014/relational-databases/in-memory-oltp/a-guide-to-query-processing-for-memory-optimized-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CREATE INDEX IX_OrderDate ON dbo.[Order](OrderDate)
5454
GO
5555
```
5656

57-
For constructing the query plans shown in this article, the two tables were populated with sample data from the Northwind sample database, which you can download from [Northwind and pubs Sample Databases for SQL Server 2000](https://www.microsoft.com/download/details.aspx?id=23654).
57+
For constructing the query plans shown in this article, the two tables were populated with sample data from the Northwind sample database, which you can download from [Northwind and pubs Sample Databases for SQL Server 2000](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs).
5858

5959
Consider the following query, which joins the tables Customer and Order and returns the ID of the order and the associated customer information:
6060

docs/2014/relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/updategrams/inserting-data-using-xml-updategrams-sqlxml-4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ manager: craigg
205205
In [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], table names can include a space, such as the Order Details table in the Northwind database. However, this is not valid in XML characters that are valid [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] identifiers but not valid XML identifiers can be encoded using '__xHHHH\_\_' as the encoding value, where HHHH stands for the four-digit hexadecimal UCS-2 code for the character in the most significant bit-first order.
206206

207207
> [!NOTE]
208-
> This example uses the Northwind database. You can install the Northwind database by using an SQL script available for download from this [Microsoft Web site](https://www.microsoft.com/download/details.aspx?id=23654).
208+
> This example uses the Northwind database. You can install the Northwind database by using an SQL script available for download from this [Microsoft Web site](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs).
209209
210210
Also, the element name must be enclosed within brackets ([ ]). Because the characters [and] are not valid in XML, you must encode them as _x005B\_ and _x005D\_, respectively. (If you use a mapping schema, you can provide element names that do not contain characters that are not valid, such as white spaces. The mapping schema does the necessary mapping; therefore, you do not need to encode for these characters).
211211

docs/2014/reporting-services/install-windows/where-to-find-the-reporting-services-add-in-for-sharepoint-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](.
5252
## <a name="bkmk_sql2008sp2"></a> SQL Server 2008 SP2 Reporting Services Add-in for SharePoint 2007 Products and Technologies
5353
Microsoft SQL Server 2008 SP2 Reporting Services Add-in is an updated version of the 2008 add-in that adds support integration of 2008 R2 report servers with SharePoint 2007 products.
5454

55-
The most up-to-date version of this file is available online at the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Download Center, [Microsoft SQL Server 2008 SP2 Reporting Services Add-in for Microsoft SharePoint Technologies](https://www.microsoft.com/download/details.aspx?id=793).
55+
The most up-to-date version of this file is available online at the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Download Center, [Microsoft SQL Server 2008 SP2 Reporting Services Add-in for Microsoft SharePoint Technologies](https://www.microsoft.com/download/details.aspx?id=43344).
5656

5757
## <a name="bkmk_sql2008"></a> SQL Server 2008 Reporting Services Add-in for SharePoint 2007 Products and Technologies
5858
The Microsoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint Technologies provides features for running a report server within a deployment of Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007.

docs/integration-services/connection-manager/integration-services-ssis-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A connection manager can be created at the package level or at the project level
108108
|Type|Description|Topic|
109109
|----------|-----------------|-----------|
110110
|ORACLE|Connects to an Oracle \<version info\> server.|The Oracle connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Oracle by Attunity. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Oracle by Attunity also includes a source and a destination. For more information, see the download page, [Microsoft Connectors for Oracle and Teradata by Attunity](https://go.microsoft.com/fwlink/?LinkId=251526).|
111-
|SAPBI|Connects to an SAP NetWeaver BI version 7 system.|The SAP BI connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI also includes a source and a destination. For more information, see the download page, [Microsoft SQL Server 2008 Feature Pack](https://go.microsoft.com/fwlink/?LinkId=262016).|
111+
|SAPBI|Connects to an SAP NetWeaver BI version 7 system.|The SAP BI connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for SAP BI also includes a source and a destination. For more information, see the download page, [Microsoft SQL Server 2008 Feature Pack](https://www.microsoft.com/download/details.aspx?id=30440).|
112112
|TERADATA|Connects to a Teradata \<version info\> server.|The Teradata connection manager is the connection manager component of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Teradata by Attunity. The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Connector for Teradata by Attunity also includes a source and a destination. For more information, see the download page, [Microsoft Connectors for Oracle and Teradata by Attunity](https://go.microsoft.com/fwlink/?LinkId=251526).|
113113

114114
### Custom Connection Managers

docs/relational-databases/in-memory-oltp/a-guide-to-query-processing-for-memory-optimized-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CREATE INDEX IX_OrderDate ON dbo.[Order](OrderDate)
5757
GO
5858
```
5959

60-
For constructing the query plans shown in this article, the two tables were populated with sample data from the Northwind sample database, which you can download from [Northwind and pubs Sample Databases for SQL Server 2000](https://www.microsoft.com/download/details.aspx?id=23654).
60+
For constructing the query plans shown in this article, the two tables were populated with sample data from the Northwind sample database, which you can download from [Northwind and pubs Sample Databases for SQL Server 2000](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs).
6161

6262
Consider the following query, which joins the tables Customer and Order and returns the ID of the order and the associated customer information:
6363

docs/relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/updategrams/inserting-data-using-xml-updategrams-sqlxml-4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
207207
In [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], table names can include a space, such as the Order Details table in the Northwind database. However, this is not valid in XML characters that are valid [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] identifiers but not valid XML identifiers can be encoded using '__xHHHH\_\_' as the encoding value, where HHHH stands for the four-digit hexadecimal UCS-2 code for the character in the most significant bit-first order.
208208

209209
> [!NOTE]
210-
> This example uses the Northwind database. You can install the Northwind database by using an SQL script available for download from this [Microsoft Web site](https://www.microsoft.com/download/details.aspx?id=23654).
210+
> This example uses the Northwind database. You can install the Northwind database by using an SQL script available for download from this [Microsoft Web site](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs).
211211
212212
Also, the element name must be enclosed within brackets ([ ]). Because the characters [and] are not valid in XML, you must encode them as _x005B\_ and _x005D\_, respectively. (If you use a mapping schema, you can provide element names that do not contain characters that are not valid, such as white spaces. The mapping schema does the necessary mapping; therefore, you do not need to encode for these characters).
213213

docs/sql-server/sql-server-2012-sp4-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Use the following table to determine which file to download and install. Verify
101101
|A 32-bit version of only the client and manageability tools for SQL Server 2012 (including SQL Server 2012 Management Studio)|Upgrade the client and manageability tools to the 32-bit version of SQL Server 2012 SP1|SQLManagementStudio_x86_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|
102102
|A 32-bit version of SQL Server 2012 Management Studio Express|Upgrade to the 32-bit version of SQL Server 2012 SP1 Management Studio Express|SQLManagementStudio_x86_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|
103103
|A 32-bit version of any edition of SQL Server 2012 **and** a 32-bit version of the client and manageability tools (including SQL Server 2012 RTM Management Studio)|Upgrade all products to the 32-bit version of SQL Server 2012 SP1|SQLServer2012SP1-KB2674319-x86-ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=268158)|
104-
|A 32-bit version of one or more tools from the [Microsoft SQL Server 2012 RTM Feature Pack](https://www.microsoft.com/download/details.aspx?id=16978)|Upgrade the tools to the 32-bit version of Microsoft SQL Server 2012 SP1 Feature Pack|One or more files from [Microsoft SQL Server 2012 SP1 Feature Pack](https://go.microsoft.com/fwlink/p/?LinkID=268266)|
104+
|A 32-bit version of one or more tools from the [Microsoft SQL Server 2012 RTM Feature Pack](https://www.microsoft.com/download/details.aspx?id=44272)|Upgrade the tools to the 32-bit version of Microsoft SQL Server 2012 SP1 Feature Pack|One or more files from [Microsoft SQL Server 2012 SP1 Feature Pack](https://go.microsoft.com/fwlink/p/?LinkID=268266)|
105105
|No 32-bit installation of SQL Server 2012|Install 32-bit Server 2012 including SP1 (New instance with SP1 pre-installed)|SQLServer2012SP1-FullSlipstream-x86-ENU.exe **and** SQLServer2012SP1-FullSlipstream-x86-ENU.box from [here](https://go.microsoft.com/fwlink/p/?LinkID=268158)|
106106
|No 32-bit installation of SQL Server 2012 Management Studio|Install 32-bit SQL Server 2012 Management Studio including SP1|SQLManagementStudio_x86_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkId=267905)|
107107
|No 32-bit version of SQL Server 2012 RTM Express|Install 32-bit SQL Server 2012 Express including SP1|SQLEXPR32_x86_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkId=267905)|
@@ -112,7 +112,7 @@ Use the following table to determine which file to download and install. Verify
112112
|A 64-bit version of only the client and manageability tools for SQL Server 2012 (including SQL Server 2012 Management Studio)|Upgrade the client and manageability tools to the 64-bit version of SQL Server 2012 SP1|SQLManagementStudio_x64_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|
113113
|A 64-bit version of SQL Server 2012 Management Studio Express|Upgrade to the 64-bit version of SQL Server 2012 SP1 Management Studio Express|SQLManagementStudio_x64_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|
114114
|A 64-bit version of any edition of SQL Server 2012 **and** a 64-bit version of the client and manageability tools (including SQL Server 2012 RTM Management Studio)|Upgrade all products to the 64-bit version of SQL Server 2012 SP1|SQLServer2012SP1-KB2674319-x64-ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=268158)|
115-
|A 64-bit version of one or more tools from the [Microsoft SQL Server 2012 RTM Feature Pack](https://www.microsoft.com/download/en/details.aspx?id=16978)|Upgrade the tools to the 64-bit version of Microsoft SQL Server 2012 SP1 Feature Pack|One or more files from [Microsoft SQL Server 2012 SP1 Feature Pack](https://go.microsoft.com/fwlink/p/?LinkID=268266)|
115+
|A 64-bit version of one or more tools from the [Microsoft SQL Server 2012 RTM Feature Pack](https://www.microsoft.com/download/details.aspx?id=44272)|Upgrade the tools to the 64-bit version of Microsoft SQL Server 2012 SP1 Feature Pack|One or more files from [Microsoft SQL Server 2012 SP1 Feature Pack](https://go.microsoft.com/fwlink/p/?LinkID=268266)|
116116
|No 64-bit installation of SQL Server 2012|Install 64-bit Server 2012 including SP1 (New instance with SP1 pre-installed)|SQLServer2012SP1-FullSlipstream-x64-ENU.exe **and** SQLServer2012SP1-FullSlipstream-x64-ENU.box from [here](https://go.microsoft.com/fwlink/p/?LinkID=268158)|
117117
|No 64-bit installation of SQL Server 2012 Management Studio|Install 64-bit SQL Server 2012 Management Studio including SP1|SQLManagementStudio_x64_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|
118118
|No 64-bit version of SQL Server 2012 RTM Express|Install 64-bit SQL Server 2012 Express including SP1|SQLEXPR_x64_ENU.exe from [here](https://go.microsoft.com/fwlink/p/?LinkID=267905)|

0 commit comments

Comments
 (0)