"reprint" SQL Server LAN Access failure reason

Source: Internet
Author: User

http://xwqlzjtu.blog.163.com/blog/static/124185339201172354655857/

In project development, it is common for LAN to simulate remote access SQL Server database, but always fail. Strangely, there is no problem with the computers deployed on site, so why not the machines in development?

This is true: on-site development of the machine installed in the deployment environment without any system optimization, so the installation of SQL Server services are turned on by default, SQL Server on the development machine only open the data service, the other services are not turned on by default. Here's why--the SQL Server Browser service is not turned on. The SQL Server Browser service provides the instance name and version number for each instance of the database Engine and SSAS. So without opening the SQL Server Browser service, SSMS will not be able to find other instance names in LAN. Create an exception for SQL Server 2005 in Windows Firewall

1. In the Windows Firewall Settings screen, select the Exceptions tab, and then click Add Program
2. In the Add Program window, click Browse
3. Then find "C:/programfiles/microsoft files/microsoft SQL Server/mssql.1/mssql/binn/sqlservr.exe",
Click "OK" to return
Note : The path may vary depending on the SQL Server 2005 installation. MSSQL.1 is a placeholder that corresponds to the database instance ID.
4. Repeat steps 1 through 3 for each instance of SQL Server 2005 that needs to open remote access.

Create an exception for "SQLBrowser" in Windows Firewall
1. In the Windows Firewall Settings screen, select the Exceptions tab, and then click Add Program
2. In the Add Program window, click Browse
3. Then find "C:/programfiles/microsoft files/microsoft SQL Server/90/shared/sqlbrowser.exe",
Click "OK" to return

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.