EF Core and Multiple Databases
问题 I have a legacy system with three databases Vendor CustomCode LogData Vendor contains control and log data from our Vendors app. CustomCode contains lots of views and stored procedures that joins to Vendor and LogData LogData contains results from our CustomCode processes. eg: Daily/Weekly/Monthly summaries and results. I'm writing a website that will plot data on a map. The list of units is from a view in CustomCode. The Summary record is from LogData, and the individual log points are