Could someone please help to achieve is this, my requirement is as follows:
I have a database and it is in Azure, we have scheduled backups (point-in-time restore options available), and now I want to restore one of the dated database backup to my local. But I don't require all the data from all the tables, I only need some portion of the data from every table,
Say for example I have 2 tables, and the data available in each table 1000 and 2000 records respectively and are related too, now I wanted to take only 100 and 200 records which are related, from backup and restore option.
The backups only support restore all the data during point time. We can not specify the portion of the data from every table to restore.
Just for now, your request can not be achieved.