【问题标题】:CREATE MASTER KEY - Password validation failedCREATE MASTER KEY - 密码验证失败
【发布时间】:2013-08-13 10:27:34
【问题描述】:

在我尝试时在 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.

打印@@version

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)

【问题讨论】:

    标签: sql-server tsql password-encryption encryption-asymmetric sql-server-2012-express


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2020-09-21
      • 2015-04-19
      • 2017-04-03
      • 2016-05-27
      • 2017-11-09
      • 1970-01-01
      • 2022-08-15
      • 2019-05-04
      • 2021-02-28
      相关资源
      最近更新 更多