Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I Want to copy Bulk of data from one database to another database in a same program so i need to use SqlBulkCopy but i dont have any idea. Please help me out I am fresher developer in c#.
Posted
Comments
Richard C Bishop 13-Feb-13 12:06pm    
The best answer you will get from a post like this is just some links to where that info already exists. So would it not be faster to just post that in a search engine yourself?

This doesn't do it from a DB to a DB - it does it from a datatable - but that is probably the easiest way to use it anyway: Multiple SQL INSERT operations with a single command[^]
 
Share this answer
 
Comments
Maciej Los 13-Feb-13 12:34pm    
Good alternative, +5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900