Home  >  Article  >  Database  >  在连接到 SQL Server 2005 ,provider: 命名管道提供程序, error:

在连接到 SQL Server 2005 ,provider: 命名管道提供程序, error:

WBOY
WBOYOriginal
2016-06-07 17:46:531035browse

书店:
alimama_pid="mm_10096109_566393_892186"; alimama_titlecolor="0000FF"; alimama_descolor ="000000"; alimama_bgcolor="FFFFFF"; alimama_bordercolor="E6E6E6"; alimama_linkcolor="008000"; alimama_bottomcolor="FFFFFF"; alimama_anglesize="0"; alimama_bgpic="0"; alimama_icon="0"; alimama_sizecode="11"; alimama_width=760; alimama_height=90; alimama_type=2;
alimama_pid="mm_10096109_566393_1843170"; alimama_titlecolor="0000FF"; alimama_descolor ="000000"; alimama_bgcolor="FFFFFF"; alimama_bordercolor="E6E6E6"; alimama_linkcolor="008000"; alimama_bottomcolor="FFFFFF"; alimama_anglesize="0"; alimama_bgpic="0"; alimama_icon="0"; alimama_sizecode="12"; alimama_width=468; alimama_height=60; alimama_type=2;

google_ad_client = "pub-6430022987645146"; google_ad_slot = "3705682024"; google_ad_width = 250; google_ad_height = 250;

1. 确保服务器端的数据库中存在sa,并支持混合登录模式.默认安装的时候,可能会忽略建立sa.

    2. 确保服务器端的数据库是支持远程调用的.打开SQL Management Studio,选择该数据库,右键菜单"Properties",在打开的对话框中选择Connections,把Allow remote connections to this server选上.

    3. 确保服务器端的SQL服务的TCP/IP是Enable的.打开SQL

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn