Core component of SQL Server for storing, processing, and securing data
The issue is SqlServers increased security has broken some old drivers. The drivers would need to be updated to support the new security. MSDASQL has long been depreciated and SQL Native client support ends tomorrow, so it’s not likely to be fixed.
the true fix is to upgrade to supported drivers. Change the driver used for the linked server to a supported driver.
Note: SSMS hasn’t included the SQLNCLI driver since version 19.