Hi. So I think I royally screwed up here trying to move my database files to another hard drive after running out of room on the drive. I was working on moving my SQL server database files from my main boot drive to a secondary drive on the same machine by doing the following process:
* Take all databases offline
* Detach databases from catalog
* Stop all SQL Server processes
* Move files from primary hard drive to secondary
After realizing I couldn't reattach the files through SQL Server Management Studio, I decided to move the files back in their original place (I ended up removing some other programs at this time to save up some space). Now I can't seem to restart the SQL Server (MSSQLSERVER) service. I have verified that the database files are back in their original location, but I'm wondering if there's something else I need to do in order to restart the service properly. I have SCCM 2012 running on this server too, so I'm hoping not to have to blow this whole thing up and restart all over again.
I can provide logs if needed, just need to know which ones. Thanks!