Question : Need to disbale strong passwords

I need to disable strong passwords in SQL Express 2005 for a line of business app that a client needs to install on their Small Business Server 2003 R2 Standard. It appears to have changed from the old SAPWD switch in 2000.

Program is AdvancePro a Warehousing/inventory program that ties into QuickBooks.

Thanks!

Answer : Need to disbale strong passwords

Sorry for previus post,

go this way

Connect to SQL SERVER thru SQL SERVER MANAGEMENT STUDIO using WIndows Authetication

Go to Security NODE,

Right click user SA and then click properties

a window will come up there is a check box Enforce Password policy, ucheck it and put the new SA password.


or just run the following code and then change sa password
1:
ALTER LOGIN [sa] WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF
Open in New Window Select All
Random Solutions  
 
programming4us programming4us