我已成功添加,鏈接和查詢其他sql服務器從linux sql server 2017, ,但只能使用默認實例名稱。 (無實例名稱)無法將其他sql服務器從linux鏈接到命名實例
我無法連接任何名爲servers的其他特定實例。 (從windows sql server2016可以)。 它看起來像反斜槓+實例名稱被認爲是洞主機名! 我嘗試過雙//,\ \或/ ...
是已知問題還是我做錯了什麼?
我SSMS 14.0.17119.0在Windows 8.1專業版,
的Microsoft SQL Server 2017年(CTP2.1) - 14.0.600.250(X64) 2017年5月10日十二時21分23秒 版權所有(C)2017年微軟公司。版權所有。在Linux(Ubuntu的17.04) 開發版(64位)
我試圖在SSMS用戶inteface,並用T-SQL Exec的master.dbo.sp_addlinkedserver ...
,並收到此錯誤我相信的消息不是真正的錯誤:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].
OLE DB provider "SQLNCLI11" for linked server "SAGE-10\L1000" returned message "Login timeout expired".
OLE DB provider "SQLNCLI11" for linked server "SAGE-10\L1000" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". (Microsoft SQL Server, Error: -1)