Core component of SQL Server for storing, processing, and securing data
Hi @Matthias Rom,
This happens when SQL Server can’t start the master database usually due to invalid file paths, missing drives, or permission issues.
- Uninstall all existing SQL components from Control Panel - Programs and Features - reboot.
- Delete leftover folders:
- C:\Program Files\Microsoft SQL Server\
- C:\Program Files (x86)\Microsoft SQL Server\
- C:\ProgramData\Microsoft\SQL Server\
- Run setup as Administrator and choose:
- Default instance (MSSQLSERVER)
- All data/log/tempdb paths under C:\
- Use NT AUTHORITY\SYSTEM as the Database Engine service account.
- (If using Windows 11 or Server 2022) Add startup parameter -T1800 in SQL Server Configuration Manager - Startup Parameters - Restart service.
After installation, SQL Server should start successfully and the ERRORLOG will show. SQL Server is now ready for client connections.
Thanks,
Akhil.