惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
The GitHub Blog
The GitHub Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
量子位
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
T
Tailwind CSS Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
G
Google Developers Blog
M
MIT News - Artificial intelligence

博客园 - Nio

Oracle Exception: Could not load file or assembly ‘Oracle.DataAccess, Version=2.111.7.20… [转载] 常用第三方开源上传组件总结 Dev Express google doc 无法访问解决 NHibernate 查詢多表返回到IList<Model>中 用 HTML 格式导出 Excel 时,如何保留显示网格线 清除 SQL SERVER 2005 事务日志 [原]Excel与OWC做报表总结 owc控件不能在win server 2003 64位中使用 禁用浏览器后退按钮方案 asp.net连接数据库(SQL Server 2005 Express)详细说明 js 中replace的用法 - Nio - 博客园 当前标识没有对"Temporary ASP.NET Files"的写访问权限的解决办法 在模态窗口中提交后,如何关闭窗口再刷新父页面 Reporting Services 在程式中部署 .NET 事件模型教程(三)转载 .NET 事件模型教程(二)转载 .NET 事件模型教程(一)转载 .net Resource
SqlServer 205 Express 常见问题
Nio · 2008-10-19 · via 博客园 - Nio

如果用SQL 验证方式登陆会提示以下错误信息

Server Error in '/Web' Application.
--------------------------------------------------------------------------------
Login failed for user 'mspetshop'. The user is not associated with a trusted SQL Server connection.

解决方法为:
运行 SQL Server Management Studio,在服务器名上右键,选择属性->安全,在服务器认证部分现在SQL Server和Windows验证模式,然后重启SQL Server服务。