关于sql server 2005配置的问题
在配置 SQL 2005 Server 准备连接到 SharePoint Server 2007 场时,Microsoft 建议本地和远程连接同时使用 TCP/IP 和命名管道。这个设置在哪里找到?
When configuring a SQL 2005 Server in preparation for connectivity to a SharePoint Server 2007 farm, Microsoft recommends that Local and Remote Connections use both TCP/IP and named pipes. Where is this setting found?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开始>所有程序>微软 SQL Server 2005 >配置工具> SQL Server 配置管理器
或者简单地
说,在 SQL Server 2005 网络配置中,您将看到相关选项,并且使用鼠标右键,上下文菜单将允许您选择相关选项。
可能有一些 sp_configure 参数可以启用此功能,但我还没有发现。
在外围区域配置工具(
“C:\Program Files\Microsoft SQL Server\90\Shared\SqlSAC.exe”
)中,也可以通过“for Services and Connections”> 来完成此操作。数据库引擎>远程连接Start > All Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager
Or simply
Once there, in SQL Server 2005 Network Configuration you'll see the relevant options and with the right mouse button a contextual menu will let you choose the pertinent option.
There is probably some sp_configure parameter to enable this, but I haven't found that out.
In the Surface Area Configuration Tool (
"C:\Program Files\Microsoft SQL Server\90\Shared\SqlSAC.exe"
) it can be done as well, via "for Services and Connections" > Database Engine > Remote Connections