﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Sourav Mukherjee  / How many system endpoints are available in SQL Server 2005? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 09:20:15 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>[quote][b]UMG Developer (7/27/2010)[/b][hr]Thanks for the question, though I find it interesting that BOL has conflicting information.[/quote]No, there isn't conflicting information in BoL, just careless reading of BoL information.  The list of 6 endpoint types includes HTTP endpoints, and it is clearly stated in the paragraph immediately after the list that all HTTP endpoints are user created not system (default) endpoints (and don't show up in SQL Server Configuration Manager); each of the other 5 types has one system endpoint created during instance installation whether or not the relevant protocol is enabled (not all protocols are enabled on installation), and these 5 are the only system endpoints of the instance. Since I tend to favour web services as a way of getting from client to server in some circumstances and TCP in others the first endpoint types that sprang to mind were HTTP and TCP so I counted two there and then added one each for shared memory, named pipes, VIA and DAC to get six, forgetting that HTTP doesn't count because there is no [i]system[/i] http endpoint, and ending up with the wrong answer - no points for me this time, although I not only should but also do know better.</description><pubDate>Sun, 17 Oct 2010 17:28:41 GMT</pubDate><dc:creator>L' Eomot Inversé</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>To add to the confusion, here is a BOL page that states there is always exactly one system endpoint:  [url=http://msdn.microsoft.com/en-us/library/ms189746(v=SQL.90).aspx]sys.endpoints[/url].  On the same page, it also states "An endpoint with an ID less then 65536 is a system endpoint", which in my case was 5.  I guess it depends on how you interpret the word "system".Chad</description><pubDate>Wed, 18 Aug 2010 08:08:16 GMT</pubDate><dc:creator> Chad Crawford</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>I chose 4 as I forgot about DAC. Good question.</description><pubDate>Fri, 30 Jul 2010 09:21:45 GMT</pubDate><dc:creator>zskinne</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Dear LynnIn your query analyser, after executing the below query, are u able to see the result as 6?select name, endpoint_id from sys.endpoints where endpoint_id &amp;lt; 65536I think TCP port is ideally termed as HTTP Endpoints and widely used in writing web methods.Apologies if I am wrong..!Cheers,</description><pubDate>Thu, 29 Jul 2010 09:47:14 GMT</pubDate><dc:creator>SQL-DBA-01</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>I'll disagree and say 6:Shared MemoryNamed PipesTCP/IPVIADACHTTP</description><pubDate>Thu, 29 Jul 2010 09:39:26 GMT</pubDate><dc:creator>Lynn Pettis</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Thanks for the question ... I read up a little about endpoints from Microsoft's site and came across only the Dedicated Admin Endpoint that is created automatically. I selected 1 as the answer, and you can bet I was wrong!I should have read till the end of the article before answering the question :-)</description><pubDate>Wed, 28 Jul 2010 02:25:03 GMT</pubDate><dc:creator>kwex07</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Thanks for the question, though I find it interesting that BOL has conflicting information.</description><pubDate>Tue, 27 Jul 2010 22:21:34 GMT</pubDate><dc:creator>UMG Developer</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Thanks Jason...! Actually, I was configuring a "Database Mirroring" once, so thought to post the question to the Group! :)</description><pubDate>Tue, 27 Jul 2010 09:09:48 GMT</pubDate><dc:creator>SQL-DBA-01</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Nice question.  No idea why this stuck in my head without review or research.</description><pubDate>Tue, 27 Jul 2010 09:07:13 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>I love questions that make me do a little reading to brush up on weak areas.  Thanks.</description><pubDate>Tue, 27 Jul 2010 06:36:08 GMT</pubDate><dc:creator>Daniel Bowlin</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>I had never heard of endpoints, but apparently my BOL reference was better than Michael's :)  I did get it correct.[url]http://blogs.msdn.com/b/sql_protocols/archive/2005/10/14/480842.aspx[/url]Thanks for question - learned something new today.Cindy</description><pubDate>Tue, 27 Jul 2010 06:25:55 GMT</pubDate><dc:creator>CavyPrincess</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Apparently trusted the wrong reference on MSDN:[url]http://msdn.microsoft.com/en-us/library/ms191220(SQL.90).aspx[/url]as this gives a list of 6 automatically created endpoints...Thanks for the question and for teaching me to doubt any of the Microsoft online resources any time. :Whistling:</description><pubDate>Tue, 27 Jul 2010 03:46:25 GMT</pubDate><dc:creator>michael.kaufmann</dc:creator></item><item><title>RE: How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Thank you for the question. I tossed my 5-sided coin and got the right answer, then read up on endpoints.[url]http://www.simple-talk.com/sql/database-administration/sql-server-endpoints-soup-to-nuts/[/url] gives a good description of endpoints.</description><pubDate>Tue, 27 Jul 2010 01:52:54 GMT</pubDate><dc:creator>martin.whitton</dc:creator></item><item><title>How many system endpoints are available in SQL Server 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic959174-2698-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/questions/networking/70388/"&gt;How many system endpoints are available in SQL Server 2005?&lt;/A&gt;[/B]</description><pubDate>Mon, 26 Jul 2010 22:10:18 GMT</pubDate><dc:creator>SQL-DBA-01</dc:creator></item></channel></rss>