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

推荐订阅源

Recent Announcements
Recent Announcements
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
O
OpenAI News
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
K
Kaspersky official blog
Security Latest
Security Latest
T
Tailwind CSS Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
V
Vulnerabilities – Threatpost
W
WeLiveSecurity
N
News and Events Feed by Topic
aimingoo的专栏
aimingoo的专栏
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Help Net Security
Help Net Security
爱范儿
爱范儿
宝玉的分享
宝玉的分享
腾讯CDC
H
Heimdal Security Blog
Webroot Blog
Webroot Blog
AI
AI
WordPress大学
WordPress大学
Recorded Future
Recorded Future
SecWiki News
SecWiki News
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Security Archives - TechRepublic
Security Archives - TechRepublic
Google Online Security Blog
Google Online Security Blog
C
Check Point Blog
TaoSecurity Blog
TaoSecurity Blog
Cisco Talos Blog
Cisco Talos Blog
The Cloudflare Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
博客园 - Franky
云风的 BLOG
云风的 BLOG

博客园 - Roamman

RRAS Access一些问题 临时表的一个用法 ConnectionString 百度也开源 位运算 之(1) 按位与(AND)& 操作 托管调试助手报错 类型初始值设定项引发异常 js 的开发效率 window.showModalDialog 以及window.open用法简介 Emterprise Library 学习地址 Web 开发与设计之 Google 兵器谱 Web 开发与设计之 Google 兵器谱 Web 开发与设计之 Google 兵器谱 Web 开发与设计之 Google 兵器谱 Web 开发与设计之 Google 兵器谱 Jquery Ajax时 error处理 之 parsererror jQuery Widget 开发指南 jQuery工作原理解析以及源代码示例
Microsoft SQL Server 错误代号: 15535 解决方法
Roamman · 2011-05-09 · via 博客园 - Roamman

Microsoft SQL Server 错误代号: 15535 解决方法

2009年03月06日 星期五 03:44 P.M.

您使用 Microsoft SQL Server 2008 工具连接到运行 Microsoft SQL Server 2005 的服务器。

打开属性对话框,为 SQL Server Administrator 帐户,然后您执行了"sa"登录使用 SQL Server Management Studio 工具。您修改为在"sa 登录属性,并再单击 确定 。

在这的种情况下您将收到下面的错误信息:

TITLE: Microsoft SQL Server Management Studio
------------------------------
更改登录 'sa' 失败。 (Microsoft.SqlServer.Smo)
------------------------------
其他信息: 执行一个 Transact-SQL 语句或批处理时发生的异常。 (Microsoft.SqlServer.ConnectionInfo)
------------------------------
不能为主体 sa 中设置凭据。 (Microsoft SQL Server、 错误: 15535)
------------------------------

原因

如果在 常规 , 登录属性-sa 对话框选项卡上,未选中“ 映射到证书 ”复选框,则会出现此问题。 如果选中,此复选框也不会是 SQL Server 2008 将尝试删除映射到您的登录凭据的任何凭据。 因为您的凭据不能设置"sa"登录,您将收到异常错误消息当您单击 确定 以关闭该对话框

解决方案
要解决此问题,确保在更改"sa"登录属性和然后单击 确定 以关闭对话框之前选择了---登录属性-sa 对话框的 常规选项卡上的映射到凭据 复选框。

源:http://hi.baidu.com/plummoon/blog/item/9f2905f7c3ca972a720eeccf.html