1. 程式人生 > >Named Pipes Provider:Could not open a connection to SQL Server[1326] HYT00

Named Pipes Provider:Could not open a connection to SQL Server[1326] HYT00

報錯資訊:


解決辦法:

IP2地址:本機IP

IPA11 動態埠預設49169改為 1433 ,可以正常連線資料庫



查詢SQL Server 伺服器名稱 版本 語句

  print '伺服器的名稱:'[email protected]@SERVERNAME


     print 'SQL Server的版本' + @@VERSION

     SELECT @@SERVERNAME as '伺服器名稱'

     select @@VERSION as 'SQL Server的版本'

查詢監聽埠號

 exec sys.sp_readerrorlog 0, 1, 'listening'