| Topic : Performance Optimization with SQL Server 2008 |
|
|
|
|
Activity:
8 views;
last activity : 07 06 2010 20:18:09 +0000
|
|
|
|
1
Passing datatable to store procedure in SQL Server 2008
|
||||||||||
|
|
Here are good news for .net developer. Now we can pass the datatable directory to Store Procedure in SQL Server 2008 First you have to create type CREATE TYPE CategoryTableType AS TABLE Now create SP which accept the table value parameter. Here readonly word is required. CREATE PROCEDURE usp_UpdateCategories Now Pass datatable to store procedureusing (connection) |
0
|

|
|
|
|
|
|
|
|
Quality is the Absence of Problems Something doesn’t cause me any problems, and I have no complaints about it, it doesn’t get in the way of work or play, it’s always held up, never breaks, never dies, it’s “Old Reliable” – that’s a sure sign of... |
