Hi @Uday Solanki ,
Question relies on how to keep the data sync? or is there a possibility to perform a single search on different index at once?
So do you want to query cross the database? Are they Azure databases or on -premise databases?
Quote from this doc.: cross-database-queries-in-azure-sql-database
The short set of steps is listed here. We will follow them in more detail below:
Create a login and on the target server/database
Create a master key in the source database
Create a database scoped credential in the source database
Create an external data source in the source database
Create an external table in the source database
More information: select-over-multiple-databases-tsql
BR,
Mia
If the answer is helpful, please click "Accept Answer" and upvote it.