Iam using vs2010 How to insert a list of 500 records in a single hit of Databse in asp.net or Silverlight.I faced this question in one of my interview.I tried in Vs2010 with ADO connection. can you please suggest answers
Thanks in advance.
Iam using vs2010 How to insert a list of 500 records in a single hit of Databse in asp.net or Silverlight.I faced this question in one of my interview.I tried in Vs2010 with ADO connection. can you please suggest answers
Thanks in advance.
SQL Server 2008 allows Table-valued parameters to a stored procedure. See How to pass table value parameters to stored procedure from .net code for how to use them in .NET land.