It also installs on a different port than normal SQL server as I've found.
--
Regards,
Wayne Small [SBS-MVP]
MCT, MCSE+I, MCSE 2000
SBSfaq.com Pty Ltd
Co-author of Advanced Windows Small Business Server 2003 Best Practices
For all the answers on Microsoft's Small Business Server- check outwww.sbsfaq.com
BCM (and other applications from Microsoft Business Solutions) install
there own instance of SQL so that they can control some security
aspects. For example, their instance requires that connections encrypt
their data and won't respond to the default request used to browse Sql
Server instances on a machine.- Hide quoted text -
- Show quoted text -
Setting that specific port is part of security.
By default, when a Sql instance starts up it picks a random,
available, TCP port for connections, and listens at a known (low
security) UDP port for connection requests. A client asks Sql via a
UDP port for the TCP port number, and then connects to the TCP port.
This is how you can browse a machine for Sql, you ask the UDP port if
there are any Sql instances on the machine, and it returns their TCP
port numbers. The BCM Sql instance doesn't participate in that port
discovery via UDP, so someone randomly scanning a BCM machine with UDP
won't discover the BCM instance.