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
 General SQL Server Forums
 New to SQL Server Programming
 Change SA Password

Author  Topic 

nonie2008
Starting Member

6 Posts

Posted - 2007-12-17 : 04:22:36
Hi All,

I am newbie at SQL server, we have sql 7.0, sql2000 and sql2005. we need to change SA password but developers claim they have hardcode the SA password.

anyone can tell me where developers hardcode this SA password? what are the files i need to look up? if they hardcode it, impossible to change?

any ideas and thoughts are welcome.

Thanks in advance

Regards

Nonie

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2007-12-17 : 04:28:50
[url]http://msdn2.microsoft.com/en-us/library/aa163550(office.10).aspx[/url]
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-17 : 13:00:01
You have to work with them and let them change their code. Never use sa in any app.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-12-17 : 14:35:22
just change the password and let them fix the app. hardcoding an SA password in the application code is the stupidest
thing you can do in development. maybe one or two should get fired

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page
   

- Advertisement -