Home > Database > Mysql Tutorial > sql server数据库连接出错解决方法

sql server数据库连接出错解决方法

WBOY
Release: 2016-06-07 17:48:07
Original
1629 people have browsed it

sql server连接出错解决方法

错误提供

“由于检索用户的本地应用程序数据路径时出错,导致无法生成 sql server 的用户实例。请确保该用户在此计算机上有本地用户配置文件。该连接将关闭。 ”


字符串问题
data source=".sqlexpress;attachdbfilename=|datadirectory|test.mdf;integrated security=true;user instance=false"
net项目默认的数据库是sqlexpress,如果用的是其它版本数据库需要在项目创建之初就把这些连接字符串都设置好才行,或者是本地机安装的是sqlexpress
把数据库注册为其他数据库


因为在iis里运行时,你的速成版sqlserver没运行。开始,程序,sql tools 外围配置 将server打开

Related labels:
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