(Apologies...I'm new to SQL Server...)
We have SQL Server 2012 Express installed as a default instance which is the data store for our scheduler (JAMS).
I have a small data entry project where SQL Server will be the back end. It will have a small number of users with minor traffic/data entry/edits throughout the day. The data volumes will be small: one table with 300K rows, 3 more with around 5K rows.
I'm wondering whether I should convert the default instance into two named instances to segregate the applications? Or perhaps it's not worth the bother? IIRC, named instances run separate services for each instance. So, I could say restart the data entry instance without affecting the scheduler instance.
High availability isn't really needed, but if I adversely affect the scheduler it wouldn't be good.
Your thoughts? Thanks...