0

我用管理员帐户登录了我的电脑。当我尝试启用 SQL Server 2008 的“sa”帐户时,出现以下错误:

TITLE: Microsoft SQL Server Management Studio
------------------------------

Alter failed for Login 'sa'.  (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1540+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Alter+Login&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Cannot set a credential for principal 'sa'. (Microsoft SQL Server, Error: 15535)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=15535&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------
4

2 回答 2

3

您之前尝试过 Microsoft KB956177吗?

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

于 2011-05-23T09:21:28.207 回答
0

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

于 2016-01-18T10:29:53.177 回答