I'm being considered for a number of Microsoft.Net positions and I want to brush up on my programming skills so I don't appear to be an idiot. I was passed over by one place already I feel because of this, so I don't want it to happen again.
Basically I'm writing a program that is going to take a bunch of information from a dataset/datagridview and then put it into a table in SQL Server 2005. Unfortunately most of my training in SQL has dealt more with extraction of large amounts of data as opposed to large amounts of data being inserted. I don't know if the way to do it is a loop or a bulk copy, or what the code would look like for this.
I'm writing this in C#, but if people can figure out how to do this in another language it would be greatly appreciated. I can give some code if someone requests, but I'm not sure how relevant it would be at this point since right now all the code does is create a dataset from an XML file and then binds it to the datagridview.
TIA
Basically I'm writing a program that is going to take a bunch of information from a dataset/datagridview and then put it into a table in SQL Server 2005. Unfortunately most of my training in SQL has dealt more with extraction of large amounts of data as opposed to large amounts of data being inserted. I don't know if the way to do it is a loop or a bulk copy, or what the code would look like for this.
I'm writing this in C#, but if people can figure out how to do this in another language it would be greatly appreciated. I can give some code if someone requests, but I'm not sure how relevant it would be at this point since right now all the code does is create a dataset from an XML file and then binds it to the datagridview.
TIA