Skip to content

Commit 783c85a

Browse files
authored
Merge pull request #20648 from pritamso/Broken-link-fix-David-Engel
Broken link fix
2 parents cbae0f1 + 6fbd34e commit 783c85a

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

docs/connect/oledb/features/date-and-time-improvements.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ ms.author: v-davidengel
1616

1717
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]
1818

19-
This topic describes the OLE DB Driver for SQL Server support for the date and time data types that were added in [!INCLUDE[ssKatmai](../../../includes/sskatmai-md.md)].
20-
21-
For more information about date/time improvements, see [Date and Time Improvements (OLE DB)](../../oledb/ole-db-date-time/date-and-time-improvements-ole-db.md).
22-
23-
For information about sample applications that demonstrate this feature, see [SQL Server Data Programming Samples](https://msftdpprodsamples.codeplex.com/).
19+
This topic describes the OLE DB Driver for SQL Server support for the date and time data types that were added in [!INCLUDE[ssKatmai](../../../includes/sskatmai-md.md)].
2420

21+
For more information about date/time improvements, see [Date and Time Improvements (OLE DB)](../../oledb/ole-db-date-time/date-and-time-improvements-ole-db.md).
22+
23+
2524
## Usage
2625
The following sections describe various ways of using the new date and time types.
2726

docs/connect/oledb/features/service-principal-name-spn-support-in-client-connections.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ For syntax-specific information, see the following articles:
107107

108108
- [Service Principal Names (SPNs) in Client Connections (OLE DB)](../ole-db/service-principal-names-spns-in-client-connections-ole-db.md)
109109

110-
For information about sample applications that demonstrate this feature, see [SQL Server Data Programmability Samples](https://msftdpprodsamples.codeplex.com/).
111-
112110
## See Also
113111

114112
[OLE DB Driver for SQL Server Features](oledb-driver-for-sql-server-features.md)

docs/connect/oledb/features/sparse-columns-support-in-oledb-driver-for-sql-server.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ ms.author: v-davidengel
2323

2424
For more information about sparse column support in OLE DB Driver for SQL Server, [Sparse Columns Support (OLE DB)](../../oledb/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 OLE DB Driver for SQL Server
2927
The following table summarizes the common user scenarios for OLE DB Driver for SQL Server users with sparse columns:
3028

docs/connect/oledb/ole-db-table-valued-parameters/inserting-data-into-table-valued-parameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ ms.author: v-davidengel
1818

1919
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]
2020

21-
The OLE DB Driver for SQL Server 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 OLE DB Driver for SQL Server supports two models for the consumer to specify data for table-valued parameter rows: a push model and a pull model.
22+
2223

2324
> [!NOTE]
2425
> 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/connect/php/sqlsrv-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A PHP connection resource. If a connection cannot be successfully created and op
4848
If values for the *UID* and *PWD* keys are not specified in the optional *$connectionInfo* parameter, the connection will be attempted using Windows Authentication. For more information about connecting to the server, see [How to: Connect Using Windows Authentication](how-to-connect-using-windows-authentication.md) and [How to: Connect Using SQL Server Authentication](how-to-connect-using-sql-server-authentication.md).
4949

5050
## Example
51-
The following example creates and opens a connection using Windows Authentication. The example assumes that SQL Server and the [AdventureWorks](https://www.codeplex.com/SqlServerSamples) database are installed on the local computer. All output is written to the console when the example is run from the command line.
51+
The following example creates and opens a connection using Windows Authentication. The example assumes that SQL Server and the AdventureWorks database are installed on the local computer. All output is written to the console when the example is run from the command line.
5252

5353
```
5454
<?php

0 commit comments

Comments
 (0)