Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I am creating an appliaction in vb.net with sql database in backend, now i want to
Restore from existing sql database to another in my application, let me tell you that
both the databases have same tables and fields.

Please tell me with codes how to do that......

Indranil
Posted

 
Share this answer
 
Comments
hspl 9-Mar-13 6:52am    
I didn't understand that artcle....please send me codes with examples...
[no name] 9-Mar-13 15:07pm    
If you cannot understand the answers to the exact same question you are asking then maybe you should consider hiring a programmer to write this code for you.
If both databases have the same tables, you can copy your data using SQL BulkCopy[^] method.
 
Share this answer
 

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