hai all,
for example i am having a table: customer(sql server 2005), i want to generate a script for that table (insert) in which customer id > 10, and then i want to delete that table, and then again i want to restore it by running the insert script. how should i do this in c#.net? its very urgent.
Thanx in advance
Regards
Nirmal.
for example i am having a table: customer(sql server 2005), i want to generate a script for that table (insert) in which customer id > 10, and then i want to delete that table, and then again i want to restore it by running the insert script. how should i do this in c#.net? its very urgent.
Thanx in advance
Regards
Nirmal.
Comment