navicat连接sqlserver连不上怎么办


本文摘自PHP中文网,作者爱喝马黛茶的安东尼,侵删。

Navicat无法连接SqlServer数据库怎么办?

一、起因

原来安装过SqlServer 2008 R2,后来不用卸载了(没清理,单卸载),之后一直通过Navicat远程连接服务器的SqlServer使用。

再次安装后,通过SqlServer自带的图形化管理界面(SqlServer management studio)可以连接,但是Navicat连接报错。

q.png

1565857507778673.png

相关推荐:《Navicat for mysql使用图文教程》

报的错如下图:

1

2

3

4

5

6

7

[08001] [Microsoft][SQL Server Native Client 11.0]Registry information is corrupt or missing. Make sure the provider

is installed andregistered correctly. (27)

[08001] [Microsoft][SQL Server Native Client 11.0]Client unable to establish connection (27)

[08001] [Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while

establishing a connection to SQL Server.

Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured toallow

remote connections. For more information see SQL Server Books Online. (0)

原意是指“注册表信息损坏,客户端无法建立连接”等意思,但是Navicat刚重装过,而且连接MySQL正常,所以排除Navicat的问题。

二、解决方式

所以开始怀疑是不是SqlServer安装的有问题或者没清理干净,于是开始清理SqlServer。

(1)首先,运行卸载程序,一步步卸载,控制面板所有与SqlServer有关的通通卸载。

阅读剩余部分

相关阅读 >>

Navicat监听程序当前无法识别怎么解决

Navicat怎么添加外键

Navicat和sqlyog的区别

Navicat如何导出查询结果数据成excel

Navicat怎么导出sql文件

Navicat怎么写触发器

Navicat怎么改用户密码

Navicat连接报错1045怎么办

Navicat如何连接mysql

Navicat库复制怎么实现的

更多相关阅读请进入《Navicat》频道 >>


数据库系统概念 第6版
书籍

数据库系统概念 第6版

机械工业出版社

本书主要讲述了数据模型、基于对象的数据库和XML、数据存储和查询、事务管理、体系结构等方面的内容。



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...