<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connect to server using ms sql server to database in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-server-using-ms-sql-server-to-database/m-p/3426544#M44405</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask how to connect to database server using Microsoft SQL server Management Studio. I have connection to database in odbc, and it works, whenever I try connect using microsoft sql server with same connection I am getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analitika_0-1694528147740.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/967640i4E353E68BE0D5309/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Analitika_0-1694528147740.png" alt="Analitika_0-1694528147740.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 14:15:55 GMT</pubDate>
    <dc:creator>Analitika</dc:creator>
    <dc:date>2023-09-12T14:15:55Z</dc:date>
    <item>
      <title>Connect to server using ms sql server to database</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-server-using-ms-sql-server-to-database/m-p/3426544#M44405</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask how to connect to database server using Microsoft SQL server Management Studio. I have connection to database in odbc, and it works, whenever I try connect using microsoft sql server with same connection I am getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analitika_0-1694528147740.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/967640i4E353E68BE0D5309/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Analitika_0-1694528147740.png" alt="Analitika_0-1694528147740.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:15:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-to-server-using-ms-sql-server-to-database/m-p/3426544#M44405</guid>
      <dc:creator>Analitika</dc:creator>
      <dc:date>2023-09-12T14:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to server using ms sql server to database</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-server-using-ms-sql-server-to-database/m-p/3430589#M44448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/229137"&gt;@Analitika&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following official documentation to connect to a SQL Server instance:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/ssms/quickstarts/ssms-connect-query-sql-server?view=sql-server-ver16#connect-to-a-sql-server-instance" target="_self"&gt;Connect to a SQL Server instance&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1694684641893.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/968638iC5B883661528E61A/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1694684641893.png" alt="vyiruanmsft_0-1694684641893.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_1-1694684762739.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/968639i89C7105E650293A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_1-1694684762739.png" alt="vyiruanmsft_1-1694684762739.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The error message you’re seeing is quite common when trying to connect to SQL Server. It usually means that the client application can’t find the server or can’t establish a connection. You can refer the following official documentation to make troubleshooting and solve the problem:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/connect/network-related-or-instance-specific-error-occurred-while-establishing-connection" target="_blank"&gt;A network-related or instance-specific error occurred - SQL Server | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Check the server and instance name: Make sure the server and instance name you’re trying to connect to is correct.&lt;/LI&gt;
&lt;LI&gt;Check the SQL Server service: Make sure the SQL Server service is running. You can check this in the SQL Server Configuration Manager.&lt;/LI&gt;
&lt;LI&gt;Check the SQL Server Browser service: If you’re trying to connect to a named instance, make sure the SQL Server Browser service is running.&lt;/LI&gt;
&lt;LI&gt;Allow remote connections: Ensure that SQL Server is configured to allow remote connections.&lt;/LI&gt;
&lt;LI&gt;Check the network protocols: SQL Server uses TCP/IP and named pipes to communicate. Make sure these network protocols are enabled.&lt;/LI&gt;
&lt;LI&gt;Check the firewall: Your firewall might be blocking the connection. You may need to create an exception on the firewall for the SQL Server instance and port you are using.&lt;/LI&gt;
&lt;LI&gt;Ping the server: You can try pinging the server to check if DNS can be resolved correctly.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 09:49:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-to-server-using-ms-sql-server-to-database/m-p/3430589#M44448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-14T09:49:47Z</dc:date>
    </item>
  </channel>
</rss>

