How to insert multiple Records from Vb.net to Sqlserver 2005 Table ?
- by KuldipMCA
I have 40000 records in my datatable in i want to insert all the records in Sqlserver ?
i am using vb.net 2008 and Sqlserver 2005.
Currently i am using XML to pass from vb.net to Sqlserver 2005 but it will give me network error.
Is there any other way i can achieve this ?