This is not off-topic. The link to on-topic says: ...if your question generally covers...software tools commonly used by programmers...then you’re in the right place to ask your question!
I have SQL Server 2012 installed on my PC, and usually don't need it. It's only for debugging purposes.
I've seen it takes up quite some RAM so I'd like to prevent it from starting until I need it, start it, and then stop it when not needed again.
How do I do that? (I have SSMS installed as well so I can use that if that's the way to do it.)