Good Articles about passing many arguments to a stored procedure
Have you ever wanted to pass a DataTable, or array, containing tens or tens of thousands (or even millions) of records, into a SQL Server2000 stored procedure in just one database call? Ever wanted to pass a list of IDs of records to select or delete into a SP? Then read on.
Passing an array or DataTable into a stored procedure
How to pass a list of values or array to SQL Server stored procedure
Multi-table insert/update using XML
Tuesday, December 18, 2007
Good Articles about passing many arguments to a stored procedure
Posted by Fernando at 9:35 PM
Labels: .net, C#, SQL Server, xml
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment