Hey Rajesh, that's no problem at all. Feel free to post links to my
articles.
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/ What hardware is your SQL Server running on?
http://vyaskn.tripod.com/poll.htm [quoted text, click to view] "Rajesh Peddireddy" <peddireddyrajesh@rediffmail.com> wrote in message
news:059101c3570d$6a810ea0$a501280a@phx.gbl...
Hi
The following VYAS Site can be useful for ur scenerio.
http://vyaskn.tripod.com/passing_arrays_to_stored_procedure s.htm
The information will give an overall idea so that u can
change according to ur requirement.
Hey ..Vyas,
Sorry for postring ur article with out your
permission..
HTH
Rajesh Peddireddy
[quoted text, click to view] >-----Original Message-----
>Is there a way to implement a batch INSERT.
>
>Currently in my asp.net code I perform a loop. As each
loop runs through I
>construct my Insert command and execute it through
ado.net.
>
>I was just wondering if you can construct some sort of a
batch INSERT
>command. Mabey pass an array or hash of information as a
parameter to a
>stored proc. Then in SQL (if possible) loop through and
perform querys.
>
>Any Ideas?
>
>
>Thanks,
>
>Ron Vecchi
>
>
>.
>