How to Improve Query Performance for Multiple SQL Databases with Complex Joins and Views?
Suppose i have 4 large databases that contain records (approx. 2000-10000 records total between all dbs) about assets on an SQL server. These assets have multiple characteristics in the SQL db.
The only way to get these db results is to use very complex join and views as the databases contain sensitive information. I am tasked with the following:
How to Improve Query Performance for Multiple SQL Databases with Complex Joins and Views?
Suppose i have 4 large databases that contain records (approx. 2000-10000 records total between all dbs) about assets on an SQL server. These assets have multiple characteristics in the SQL db.
The only way to get these db results is to use very complex join and views as the databases contain sensitive information. I am tasked with the following: