Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Disabled SQL Server Browser Expand / Collapse
Author
Message
Posted Tuesday, December 04, 2012 2:58 PM


Hall of Fame

Hall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of Fame

Group: General Forum Members
Last Login: Thursday, May 09, 2013 8:31 AM
Points: 3,367, Visits: 1,563
Is there a good reason to disable the SQL Server Browser if you are going to accept remote connections?

Kenneth Fisher
I strive to live in a world where a chicken can cross the road without being questioned about its motives.
--------------------------------------------------------------------------------
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

Link to my Blog Post --> www.SQLStudies.com
Post #1392714
Posted Wednesday, December 05, 2012 1:07 AM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562, Visits: 3,451
Kenneth.Fisher (12/4/2012)
if you are going to accept remote connections?
can you please explian this ?


-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #1392825
Posted Wednesday, December 05, 2012 2:11 AM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Yesterday @ 2:33 PM
Points: 5,201, Visits: 11,150
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"
Post #1392847
Posted Wednesday, December 05, 2012 5:47 AM


Hall of Fame

Hall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of Fame

Group: General Forum Members
Last Login: Thursday, May 09, 2013 8:31 AM
Points: 3,367, Visits: 1,563
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 Fisher
I strive to live in a world where a chicken can cross the road without being questioned about its motives.
--------------------------------------------------------------------------------
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

Link to my Blog Post --> www.SQLStudies.com
Post #1392944
Posted Wednesday, December 05, 2012 5:50 AM


Hall of Fame

Hall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of FameHall of Fame

Group: General Forum Members
Last Login: Thursday, May 09, 2013 8:31 AM
Points: 3,367, Visits: 1,563
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 Fisher
I strive to live in a world where a chicken can cross the road without being questioned about its motives.
--------------------------------------------------------------------------------
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

Link to my Blog Post --> www.SQLStudies.com
Post #1392946
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse