I am very new to SQL server and currently in my organization for an automation project, we need to create two databases each for Dev, Pre-Prod and Prod environments.
Our application is supporting SQL server 2014 but now i am confused how to create these databases for each environment. Can I create the 6 databases under a single instance or should I create 3 instances for each environment and then 2 dbs under each Instance.
Please guide me as I am not aware of best practice in this case. We dont have any dba in organization so we need to decide on our own about the approach. More guidance are really appreciated.
Thanks.