Select the product you need help with
How to help secure network connectivity for SQL Server 2000 local databasesArticle ID: 814130 - View products that this article applies to. On This PageSUMMARYSome instances of the SQL Server 2000 Personal Edition and
the SQL Server 2000 Desktop Engine (also known as MSDE 2000) may operate as
local data stores, used only by applications that are running on the same
computer. If network connections are never made to these instances of MSDE
2000, the instances do not require network support and it is prudent to turn
off resources that are not required. If you are using SQL Server 2005 The same concepts and discussions about SQL Server 2000 also apply to SQL Server 2005 and SQL Server Express. For more information about this subject in SQL Server 2005, see the following topics in SQL Server 2005 Books Online:
MORE INFORMATIONEach instance of SQL Server 2000 or MSDE 2000 can be
configured to listen on a specific set of network protocols and addresses. If
an instance does not require network connectivity, turning off the unused
network support decreases the security dependencies of the instance. You can do
this by configuring the instance to not listen on any network protocols.
Typically, you only do this with the versions of SQL Server 2000 that operate
as local data stores:
-or-
As soon as you configure an instance of SQL Server not to listen for network protocols, all applications on the same computer communicate with the instance by using the shared memory Net-Library. Turning off the network protocol support does not imply that the network protocols are inherently insecure. Any time a program accesses an external resource; the program acquires dependencies on the security of the external resource, even if the external resource is very secure. by turning off unused resources, the program simply reduces its security dependencies. Note All administration of that instance must be completed on the computer that is instance is running on. Instances of SQL Server 2000 SP3a or MSDE 2000 SP3a will stop listening on UDP port 1434 when they are configured to not listen on any network protocols. Earlier versions of SQL Server 2000 or MSDE 2000 always listen on UDP 1434, regardless of their configuration. For more information, please see the Readme.htm for SP3a, available from the following Microsoft Web site: SQL Server version 2000 Service Pack 3a Readme.htm
(http://support.microsoft.com/kb/889551)
If the instance is running in Windows Authentication mode, one of the Windows accounts on that computer must be a member of the SQL Server sysadmin fixed server role. If the instance is running in mixed mode, administrators can log in by using the sa account or by using a Windows account that is in the SQL Server sysadmin fixed server role. To use the SQL Server 2000 Server Network utility to configure an existing instance of SQL Server 2000 or MSDE 2000 not to listen for network connections, follow these steps:
The DISABLENETWORKPROTOCOLS SwitchThe SQL Server 2000 Desktop Engine (MSDE 2000) Service Pack 3 Setup program introduced a new DISABLENETWORKPROTOCOLS switch that you can use to install a new instance of MSDE 2000 that does not have any network connectivity enabled.For SP3, the behavior of this switch is such that if DISABLENETWORKPROTOCOLS is not specified, the instance is installed with network protocol connections enabled. If you specify DISABLENETWORKPROTOCOLS=1, no network protocols are enabled for that instance. There are two changes to the behavior of DISABLENETWORKPROTOCOLS in SP3a:
New installations of MSDE 2000 SP3a.Collapse this table
Upgrades to MSDE 2000 SP3aCollapse this table
Note The /DISABLENETWORKPROTOCOLS switch is not listed when you run the MSDE 2000 setup.exe with the “/?” switch to list the switches it supports. For more information about DISABLENETWORKPROTOCOLS, please see the SQL Server 2000 Service Pack 3a Readme file available from the following Microsoft Web site SQL Server version 2000 Service Pack 3a Readme.htm
(http://support.microsoft.com/kb/889551)
REFERENCESFor information about enabling network connections, see the
following article in the Microsoft Knowledge Base: 814132
(http://support.microsoft.com/kb/814132/
)
BUG: The SQL Server 2000 Service Manager utility does not list instances that have not enabled network connections
PropertiesArticle ID: 814130 - Last Review: October 29, 2007 - Revision: 10.5 APPLIES TO
| Article Translations |


Back to the top








