I have the occasional need to run SQL Server on my notebook computer. 90% of the time I connect to our dev SQL server, but there are times (ie: offsite) where it would be helpful to have access while programming.
If I install SQL Server (I need the full version, since our databases are larger than the max allowed by SQL Server Express), is there a way to stop all SQL Server activities so that my notebook computer isn't bogged down by SQL?
Ideally, nothing would be running unless I 'started' SQL Server. I know that a good answer would be a VM, but as you can imagine, I am not running on a superpower notebook, so hoping to be minimalist...
Any suggestions welcomed!