SQL Server 2025 CU6 Serious Defect

JP 0 Reputation points
2026-07-13T14:25:34.9966667+00:00

SQL Server 2025 CU6 lists Linked Servers as a "Known Issue" - the workarounds are terrible - this needs fixing urgent.

To summarise, users will get "Access to the remote server is denied because no login-mapping exists." when trying to use a linked server, even when the linked server is configured to use the current users context (useself=true).

The workarounds are to make that user a sysadmin (lol), remove use of provstr (which is VERY painful if you're just pointing to an internal SQL server that does not use encryption etc), or to add UID to the provstr (which makes ZERO sense when using useself=true).

Also, their Known Issue lists this as a fault with MSDASQL - again, that's not true as it also occurs with "SQLNCLI" which SSMS 22 still uses as default when selecting "SQL Server" as the "Server Type"

How do we escalate this with Microsoft or at least get better workarounds or ETA's on fix?

SQL Server Database Engine

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,501 Reputation points
    2026-07-13T15:01:52.2333333+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.