You Can do that from vb.net by combain many sql statment in loop and send it at once to executed in server like that
dim strsql as string =""
dim i as integer
for i = 0 to 10
strsql = "insert Into table1 values("","","") ;"
contenue
dim cmd as new sqlcommane (strsql, con as connsectiom )
cmd.executeNoneQuary