Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a requirement to change the service logon accounts for the SQL server 2008 services through script. I know we can do this manaually using Sql Server Configuration Manager. But i couldnt find a script for achieving this.

share|improve this question
Are you expecting a SQL script? – gbn Jan 3 '11 at 13:42

1 Answer

Found via Google ("change sql 2008 service account programatically"), modifies the account using WMI:

http://blogs.msdn.com/b/mwories/archive/2006/11/03/wmi_5f00_change_5f00_password.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.