Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Password policy when creating Master key

Author  Topic 

sagitariusmzi
Posting Yak Master

113 Posts

Posted - 2009-05-18 : 01:49:15
Hi All,

I am getting the following error when creating the Master Key

"Password validation failed. The password does not meet Windows policy requirements because it is not complex enough."

i execute the following statement using sql server 2005

CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'uwon'

quick response will be appreciated.

   

- Advertisement -