How to take a backup of only one single table in .mdf db.
In my project ,I can create the database is .mdf format. It is located inside the server explorer. Here I can take backup for individual table data's for all the tables. How can I do this in C# windows application. Anybody can help this. It's urgent will you please reply quickly.

PradeepPosted Sep 9, 2015, 1:40 AM
Raja TPosted Sep 8, 2015, 10:04 AM
Raja TPosted Sep 8, 2015, 1:28 AM
Raja TPosted Sep 8, 2015, 1:14 AM
Raja TPosted Sep 8, 2015, 1:09 AM
Pavithra LPosted Sep 8, 2015, 12:53 AM
Pavithra LPosted Sep 8, 2015, 12:28 AM
PradeepPosted Sep 7, 2015, 5:47 AM
SaveFileDialog1.ShowDialog();
string s = null;
s = SaveFileDialog1.FileName;
PradeepPosted Sep 7, 2015, 5:41 AM
Pavithra LPosted Sep 7, 2015, 5:04 AM
PradeepPosted Sep 7, 2015, 4:13 AM
Pavithra LPosted Sep 7, 2015, 3:32 AM
PradeepPosted Sep 7, 2015, 2:11 AM
Pavithra LPosted Sep 7, 2015, 1:34 AM
PradeepPosted Sep 7, 2015, 1:26 AM
Why done you create a temporary db, restore to it and then dts over the data/table you require.