Hello Kenny! Thanks for reaching out to the Microsoft Community. I’m here to help with your questions or issues. Just a heads-up, this is a space where Microsoft enthusiasts help each other out—we’re not directly from Microsoft.
So, about those processes, sqlservr.exe and sqlwriter.exe, they’re part of Microsoft SQL Server, which is basically a database program. Sqlservr.exe is the main engine, and sqlwriter.exe is there for handling backups.
The reason they’re starting up with your computer is that some software you installed likely uses SQL Server to manage its data. This is pretty common—it could be anything from accounting tools to certain games. These processes run under the NETWORK SERVICE account, so nothing unusual there.
Should you be worried? Not really. It’s normal for SQL Server to start up if something needs it.
Here’s what you can do:
- Check your installed programs in the Control Panel and look for anything related to SQL Server or apps that might need a database.
- If you figure out which program installed SQL Server and you don’t use that software anymore, you can uninstall SQL Server from the Control Panel.
- You can also temporarily disable it in Services (search for services.msc). If nothing breaks after disabling it, you’re good. If something does stop working, you can just re-enable it.
As for the flashing command prompt, it might be related to SQL Server, or it could be from a scheduled task. Keep an eye on it after tweaking the SQL Server settings.
Hope this clears things up! Feel free to ask if you’ve got more questions.