Microsoft
Software
Hardware
Network
Question : C# 3.0 - Generic Bulk Copy
Hi,
I would like a bulk copy (efficient insert for millions of rows) to be used asynchronously to copy a dataset (generic data, not typed)
to a similar DataTable in SQL Server (which HAS TO be created dynamically according to the dataset).
Once both are mapped, bulk copy should work!!
Anyone has already made such a code?
Is there a better way to do it in c# 3.0?
Thanks in advance,
Answer : C# 3.0 - Generic Bulk Copy
I imagine you would have to manually create the table beforehand from the dataset metadata, then use :
http://msdn.microsoft.com/
en-us/libr
ary/
system
.data.sqlc
lient.sqlb
ulkcopy.as
px
Random Solutions
Simple Query Hangs
Keep computer from going to sleep
Can you configure integrated/ntlm authentication in the Remote Desktop Client?
Urgent System.UnauthorizedAccessE<wbr />xception
VBA Inconsistent results using Application.CountA
Disable the Confirm question for action queries in VBA
copying os off 1 hard drive to another using windows 7 and USB
Cursor method: Error Msg
No Licence for Access 97 on NT4
Problem with Linq query - undesired casting of result type to WhereEnumerableIterator