Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can any body help on this?? I working on the my local pc SQL server for testing purposes. Suddenly it was not responding,Unable to start the service.
Finally i reinstalled the full SQL again. But still same issue remain




CSS
Event Type: Error
Event Source:   Service Control Manager
Event Category: None
Event ID:   7024
Date:       04/08/2014
Time:       10:45:58 AM
User:       N/A
Computer:   MIS7
Description:
The SQL Server (MSSQLSERVER) service terminated with service-specific error 17113 (0x42D9).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Posted

1 solution

Have a look here: Errors 17000 - 17999[^]. It might help to understand your issue.

As per my experience, you need to put the path to master.mdf (and other values, like: path to the log file) in quotes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900