Windows could not start the SQL Server (MSSQLSERVER) service on local computer error 3417. For more information review the System Event Log.'

Analyst_SQL 3,576 Reputation points
2020-09-22T15:58:54.987+00:00

I am facing error when i am starting sql service
Windows could not start the SQL Server (MSSQLSERVER) service on local computer error 3417. For more information review the System Event Log.'

what could be the issue.?

Developer technologies Transact-SQL
SQL Server Other
{count} votes

Accepted answer
  1. m 4,276 Reputation points
    2020-09-23T04:23:04.827+00:00

    Hi @Analyst_SQL ,

    what could be the issue.?...MDF CURROPT ,giving alert

    There are many casues for Error 3417, please reference this doc. to fix this error: how-to-resolve-sql-server-error-3417

    And if your mdf curropt, please firstly execute code:

    DBCC CHECKDB   
    

    And then you can reference this doc to repaire your mdf files: how-to-repair-mdf-file-in-sql-server-database

    BTW, do you have any backup files? If yes, you can restore your backup files.

    More information : dbcc-checkdb-transact-sql,quickstart-backup-restore-database

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2020-09-22T18:25:46.087+00:00

    That is a generic "failure to start service" message and in no way helps diagnose the actual problem. Please look at the system event log for the actual error.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.