Home > Database > Mysql Tutorial > body text

解决Sql Server服务远程过程调用失败

WBOY
Release: 2016-06-07 16:18:13
Original
1663 people have browsed it

第一种、办法就是 这种办法就是把Microsoft SQL Server 2013(2012) Express LocalDB卸载掉了,具体方法是:开始菜单-控制页面-增加删除程序中-找到Microsoft SQL Server 2013(2012) Express LocalDB,然后我们点击卸载之后重启电脑,我们再打开SQL Server 配

   第一种、办法就是

  这种办法就是把”Microsoft SQL Server 2013(2012) Express LocalDB”卸载掉了,具体方法是:开始菜单-控制页面-增加删除程序中-找到"Microsoft SQL Server 2013(2012) Express LocalDB",然后我们点击卸载之后重启电脑,我们再打开SQL Server 配置管理器,,就会显示正常使用。

  第二种、办法就是升级数据库

  把你现在的数据库版本升级更高版本的数据库,或者升级SqlServer2008为SP1或者SP2。

  第三种、方法就是手动启动数据库服务项

  方法如下:

  在我们桌面右击我的电脑““管理”→“服务” 找到SQL Server(MSSQLSERVER),右击,选择“启动”。此时登陆数据库不会有问题,但是重新启动系统后,问题会依旧存在的。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!