I'm going to deploy an app whose requirement is just 'db_owner' for a database. The database itself must be created separately by the DBA.
Based on how the application will work (and its simple requirement), it should be possible to just create a new database in the default instance, since the daily writes, although quite of often (several thousand writes per day, but only tens of reads per day), but each write should be small.
However, some in my team thinks that a new instance will be better in the long run.
If someone can provide me with a guideline, pros-and-cons for each scenario, I'd be very grateful.
(Please forgive me if a similar question had been asked; the mobile StackExchange app doesn't provide a list of suggestions, unlike the website).