CREATE MASTER KEY-密码验证失败



当我尝试时,在MS sql server management studio中以"sa"身份登录

execute as login='sa'
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'S0URCE_DB KEY Pa$$W0rd'

无论我使用什么类型的密码,得到这个错误消息总是需要1分钟以上。未检查登录sa的密码强制策略。

这显然与真正的错误不符,但也没有任何线索表明它到底是什么。可能是Windows的问题吗?请帮助

Msg 15119, Level 16, State 1, Line 4
Échec de la validation de mot de passe. Ce mot de passe ne répond pas aux exigences de la DLL de filtre de mots de passe.

英文翻译:Password validation failed. The password does not meet the requirements of the password filter DLL.

打印@@版本

Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) 
    Dec 28 2012 20:23:12 
    Copyright (c) Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

如果您确信您的密码策略不是问题所在,那么它必须是另一个选项:密码过滤器。如果管理员出于安全原因安装了以下程序,请与管理员联系:http://msdn.microsoft.com/en-us/library/windows/desktop/ms721766.aspx

最新更新