Skip to content

Commit 750e5c9

Browse files
authored
Merge pull request #20544 from atikmapari/Broken-link-maghan
Broken Link removed
2 parents 073f0b7 + 00f6a97 commit 750e5c9

7 files changed

Lines changed: 5 additions & 11 deletions

File tree

docs/relational-databases/native-client-odbc-communication/communicating-with-sql-server-odbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2424

2525
An application can connect to any number of data sources. The application can use a combination of drivers and data sources, the same driver and a combination of data sources, or even the same driver and multiple connections to the same data source.
2626

27-
You can download [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client ODBC samples from the [SQL Server Downloads](https://go.microsoft.com/fwlink/?LinkId=62796) page on MSDN.
27+
You can download [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client ODBC samples from the [SQL Server Downloads](https://docs.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server).
2828

2929
## In This Section
3030

docs/relational-databases/native-client-ole-db-table-valued-parameters/inserting-data-into-table-valued-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1818
# Inserting Data into Table-Valued Parameters (Native Client OLE DB Provider)
1919
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2020

21-
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB Provider supports two models for the consumer to specify data for table-valued parameter rows: a push model and a pull model. A sample that demonstrates the pull model is available; see [SQL Server Data Programming Samples](https://msftdpprodsamples.codeplex.com/).
21+
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB Provider supports two models for the consumer to specify data for table-valued parameter rows: a push model and a pull model.
2222

2323
> [!NOTE]
2424
> A table-valued parameter column must have either non-default values in all rows or default values in all rows. It is not possible to have default values in some rows but not others. Therefore, in table-valued parameter bindings, the only status values allowed for table-valued parameter rowset column data are DBSTATUS_S_ISNULL and DBSTATUS_S_OK. DBSTATUS_S_DEFAULT will result in a failure and the bound status value will be set to DBSTATUS_E_BADSTATUS.

docs/relational-databases/native-client/features/date-and-time-improvements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1919

2020
For more information about date/time improvements, see [Date and Time Improvements (OLE DB)](../../../relational-databases/native-client-ole-db-date-time/date-and-time-improvements-ole-db.md) and [Date and Time Improvements (ODBC)](../../../relational-databases/native-client-odbc-date-time/date-and-time-improvements-odbc.md).
2121

22-
For information about sample applications that demonstrate this feature, see [SQL Server Data Programming Samples](https://msftdpprodsamples.codeplex.com/).
23-
2422
## Usage
2523
The following sections describe various ways of using the new date and time types.
2624

docs/relational-databases/native-client/features/service-principal-name-spn-support-in-client-connections.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
103103

104104
- [Service Principal Names (SPNs) in Client Connections (OLE DB)](../../../relational-databases/native-client/ole-db/service-principal-names-spns-in-client-connections-ole-db.md)
105105

106-
For information about sample applications that demonstrate this feature, see [SQL Server Data Programmability Samples](https://msftdpprodsamples.codeplex.com/).
107-
108106
## See Also
109107
[SQL Server Native Client Features](../../../relational-databases/native-client/features/sql-server-native-client-features.md)
110108
[Register a Service Principal Name for Kerberos Connections](../../../database-engine/configure-windows/register-a-service-principal-name-for-kerberos-connections.md)

docs/relational-databases/native-client/features/sparse-columns-support-in-sql-server-native-client.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2323

2424
For more information about sparse column support in [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Native Client, see [Sparse Columns Support (ODBC)](../../../relational-databases/native-client/odbc/sparse-columns-support-odbc.md) and [Sparse Columns Support (OLE DB)](../../../relational-databases/native-client/ole-db/sparse-columns-support-ole-db.md).
2525

26-
For information about sample applications that demonstrate this feature, see [SQL Server Data Programming Samples](https://msftdpprodsamples.codeplex.com/).
27-
2826
## User Scenarios for Sparse Columns and SQL Server Native Client
2927
The following table summarizes the common user scenarios for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Native Client users with sparse columns:
3028

docs/ssms/scripting/generate-and-publish-scripts-wizard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The source and target database can be on [!INCLUDE[ssSDS](../../includes/sssds-m
6060

6161
### <a name="PubHostSvc"></a> Publishing to a Hosted Service
6262

63-
In addition to creating scripts, the **Generate and Publish Scripts Wizard** can be used to publish a database to a specific type of hosted SQL Server Web service. The SQL Server Hosting Toolkit provides Database Publishing Services as a shared source project on CodePlex. The Database Publishing Services project can be used by Web hosting providers to build a set of Web services that make it easy for their customers to deploy databases to the Web service. For more information about downloading the SQL Server Hosting Toolkit, see [SQL Server Database Publishing Services](https://go.microsoft.com/fwlink/?LinkId=142025).
63+
In addition to creating scripts, the **Generate and Publish Scripts Wizard** can be used to publish a database to a specific type of hosted SQL Server Web service. The SQL Server Hosting Toolkit provides Database Publishing Services as a shared source project on CodePlex. The Database Publishing Services project can be used by Web hosting providers to build a set of Web services that make it easy for their customers to deploy databases to the Web service. For more information about downloading the SQL Server Hosting Toolkit, see [SQL Server Database Publishing Services](/sql/relational-databases/databases/publish-a-database-sql-server-management-studio).
6464

6565
To publish a database to a Web hosting service, select the **Publish to Web Service** option on the **Set Scripting Options** page of the wizard.
6666

@@ -100,7 +100,7 @@ This page describes the steps for generating or publishing a script.
100100

101101
### <a name="ChooseObjects"></a> Choose Objects Page
102102

103-
Use this page to choose which objects you want to include in the scripts generated by this wizard. In the following wizard page, you have an option to save these scripts to the location of your choice or use them to publish database objects to a remote Web hosting provider that has installed the [SQL Server Database Publishing Services](https://go.microsoft.com/fwlink/?LinkId=142025).
103+
Use this page to choose which objects you want to include in the scripts generated by this wizard. In the following wizard page, you have an option to save these scripts to the location of your choice or use them to publish database objects to a remote Web hosting provider that has installed the [SQL Server Database Publishing Services](/sql/relational-databases/databases/publish-a-database-sql-server-management-studio).
104104

105105
**Script Entire Database Option** - Select to generate scripts for all objects in the database and to include a script for the database itself.
106106

docs/tools/dta/tutorial-database-engine-tuning-advisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this lesson, you learn how to start the **dta** command prompt utility and ho
4141
## Requirements
4242
This tutorial is intended for database administrators who are not familiar with the Database Engine Tuning Advisor GUI or the **dta** command prompt utility, but who are experienced with database concepts and structures, such as indexes and indexed views.
4343

44-
You must install [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] with the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] sample database. To enhance security, the sample databases are not installed by default. To install the sample databases, see [Installing SQL Server Samples and Sample Databases](https://sqlserversamples.codeplex.com).
44+
You must install [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] with the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] sample database. To enhance security, the sample databases are not installed by default. To install the sample databases, see [Installing SQL Server Samples and Sample Databases](https://github.com/microsoft/sql-server-samples/tree/master/samples).
4545

4646
## After you finish this tutorial
4747
After you finish the lessons in this tutorial, refer to the following articles for more information about Database Engine Tuning Advisor:

0 commit comments

Comments
 (0)