Hello Friends,
I wish to implement backup and restore feature for my application. Here I want to backup filtered data(not the whole database).
Like Select * from Sales where CompanyId=1
For all tables in database and write these data to a file.bak file, later which I can be used for restore purpose.
My Question here is Is there any way to implement this feature using SMO? If you have any other suggestion about how to implement this, I am very happy to hear it.
Please help me friends..