Skip to content

Commit daf148e

Browse files
authored
Merge pull request #20584 from v-rajagt/oct-25-2
Link fixed.
2 parents aedea46 + 5578f66 commit daf148e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/jdbc/using-table-valued-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Column values in table-valued parameters can be accessed using standard Transact
3131
| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
3232
| [Table-Valued Parameters (Database Engine)](/previous-versions/sql/sql-server-2008/bb510489(v=sql.100)) in SQL Server Books Online | Describes how to create and use table-valued parameters |
3333
| [User-Defined Table Types](/previous-versions/sql/sql-server-2008/bb522526(v=sql.100)) in SQL Server Books Online | Describes user-defined table types that are used to declare table-valued parameters |
34-
| The [Microsoft SQL Server Database Engine](https://go.microsoft.com/fwlink/?LinkId=120507) section of CodePlex | Contains samples that demonstrate how to use SQL Server features and functionality |
34+
3535

3636
## Passing multiple rows in previous versions of SQL Server
3737

@@ -309,4 +309,4 @@ The following methods have been added to this class to support passing of table-
309309

310310
## See also
311311

312-
[Overview of the JDBC driver](overview-of-the-jdbc-driver.md)
312+
[Overview of the JDBC driver](overview-of-the-jdbc-driver.md)

0 commit comments

Comments
 (0)