Disabled SQL Server Browser

  • Is there a good reason to disable the SQL Server Browser if you are going to accept remote connections?

    Kenneth FisherI was once offered a wizards hat but it got in the way of my dunce cap.--------------------------------------------------------------------------------For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Link to my Blog Post --> www.SQLStudies.com[/url]

  • Kenneth.Fisher (12/4/2012)


    if you are going to accept remote connections?

    can you please explian this ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • SQL Server browser is used to locate named instances of SQL Server on the host. Are you using any named instances on the server?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Bhuvnesh (12/5/2012)


    Kenneth.Fisher (12/4/2012)


    if you are going to accept remote connections?

    can you please explian this ?

    If your SQL Server Instance will not be accepting remote connections (connections not comming from the machine the instance is on) then there is no reason to have the Browser turned on since it is only there to help with connections to named instances.

    Kenneth FisherI was once offered a wizards hat but it got in the way of my dunce cap.--------------------------------------------------------------------------------For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Link to my Blog Post --> www.SQLStudies.com[/url]

  • Perry Whittle (12/5/2012)


    SQL Server browser is used to locate named instances of SQL Server on the host. Are you using any named instances on the server?

    The particular instance I'm looking at does have named instances. However it also has 3 additional DNS entries (one for each instance) and is set up with each of those entries being port 1433. Thus you can connect to the instances even without the browser turned on. I had to turn on the browser to deal with a DTS problem but want to make sure I'm not opening up security issues (or something else) that I'm not expecting.

    Kenneth FisherI was once offered a wizards hat but it got in the way of my dunce cap.--------------------------------------------------------------------------------For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Link to my Blog Post --> www.SQLStudies.com[/url]

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply