We have a server running single instance of SQL SERVER
in production environment.
We are planning to create another Instance of SQL SERVER
in same server.
My question do we have to buy a new license or the existing license is good enough ?
We have a server running single instance of We are planning to create another Instance of My question do we have to buy a new license or the existing license is good enough ? |
|||
|
You can install as many instances of SQL Server as you like on a server, up to 50. The licensing is by the server, not by the instance (it used to be, once upon a time) so you have some freedom to do so. The real question I would counter with is: Do you need another instance? Most people don't. |
|||||||||||||||||||||
|
Why would you want to have Prod and UAT on the same server? The best way to segregate UAT's workload from Prod is to have a dedicated server for each. It's safer and more convenient to separate them. I'm almost positive UAT falls under development use so you wouldn't incur any extra cost to spin up a new server. |
|||
|