Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 2005 and Strong Passwords 1

Status
Not open for further replies.

oppcos

Programmer
Dec 1, 2004
209
US
Hi,
We have a legacy app that was originally built on site but, of course, the source code disappeared long ago. Well wouldn't you know it but the sa username and password is hard coded into that app and it isn't very "strong". The SQL database is isolated however, so we aren't too worried about the mixed mode security.

We want to upgrade to SQL 2005 but we weren't able to use the old sa password. Is there a way, probably post installation, to force the sa password to be the one we need to get the legacy app to work?

Thanks!
 
Check ALTER LOGIN in the BOL for 2005.

-SQLBill

Posting advice: FAQ481-4875
 
Yes you can alter the login to remove that requirement post install.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top