Table Valued Parameters (TVP)

External Article

SQL Server 2008: Table Valued Parameters

  • Article

In SQL Server 2005 and earlier, it is not possible to pass a table variable as a parameter to a stored procedure. When multiple rows of data to SQL Server need to send multiple rows of data to SQL Server, developers either had to send one row at a time or come up with other workarounds to meet requirements. While a VB.Net developer recently informed me that there is a SQLBulkCopy object available in .Net to send multiple rows of data to SQL Server at once, the data still can not be passed to a stored proc.

2008-08-11

3,885 reads

Technical Article

Why Read-only Table Parameters is Not Enough

  • Article

In this article I discuss a new feature in SQL 2008, table-valued parameters and particularly the restriction that they have to be read-only. I argue that this makes this feature considerably less useful that it could be, and that in order to build scalable applications be able to pass read-write table parameters between stored procedures is essential.

2008-04-02

2,677 reads

Technical Article

Critical Problem

  • Topic

i have a problem, my problem is iam making one report which will be showing the data of of activities now the data of activity report can be seen by the person who is making it and the superior above him now there is one table called "RMCPL_EMP_MASTER " which has all the details of […]

You rated this post out of 5. Change rating

2004-05-28

2 reads

Technical Article

RE: Upgrade to Win 2003 32 gig Memory

  • Reply

nice box setup . . . extended memory is for the buffer cache only.  so, working within the normal 4gb virtual address space, there are two options only one of which is viable.  the unacceptable one would be to take 1gb from upper memory using the /3gb switch in the boot.ini file.  however, win 2k and 2k03 have a […]

You rated this post out of 5. Change rating

2004-05-07

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers