Introduction to Table-Valued Parameters with Example(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 8 months ago

Table-Valued Parameters is a new feature introduced in SQL SERVER 2008. In earlier versions of SQL SERVER it is not possible to pass a table variable in stored procedure as a parameter, but now in SQL SERVER 2008 we can use Table-Valued Parameter to send multiple rows of data to a stored procedure or a function without creating a temporary table or passing so many parameters. This is one feature all the SQL Server developer were waiting for long time. This article explains how it can be used with very simple words.

1 comment |category: |Views: 52

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by rsivamrsivam(0) 3 years, 8 months ago 0

Good.

Reply

information Login or create an account to comment on this story