Microsoft SQL Server 2005 service fails to start -


i’ve been trying install ms sql server 2005 on 2 weeks now, , i’ve gotten point prerequisites seem in place. unfortunately, every time try install sql server itself, following message:

“the sql server service failed start. more information, see sql server books online topics, "how to: view sql server 2005 setup log files" , "starting sql server manually."”

the installer “rolls back” the install , i’m left 3 uninstalled products in setup list: “sql server database services,” “reporting services,” , “workstation components, books online…”.

does have thoughts? can’t check sql server books online topics because don’t install, either; , can’t make sense of log files without them.

thanks!

i had similar problem while installing sql server 2005 on windows 7 professional , got error sql server failed start. logged in administrator (my user id administrator) in windows.

solution

  1. go services, control panel -> administrative tools

  2. click on properties of "sql server (mssqlserver)"

  3. go log on tab, select "this account"

  4. enter windows login detail (administrator , password)

  5. start service manually, should work fine..

hope helps..


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -