I need to write a script that disables SQL Server Express 2008 from running. This script will be ran on about 500 machines. In my script, I'm setting the start up type for all SQL Windows Services to disabled, and then restart the machine.
In my mind, I have now 100% disabled SQL Server Express from running. I don't care about the orphaned files, someday we might want to turn it back on, so for now, the files can remain.
My Question ...
Is there anything lurking behind that can run, that I'm not considering? Have I totally stopped SQL Server Express from executing, if the services remain disabled?