0

Can we installed two instances of Express edition? I have one instance installed and when I try to install 2nd one, Product Key page/optionbs is grayed out (Specify Free Eidtion / Enter Prod. Key)

Is it by design or due to something I am missing here? Thanks.

Andriy M
  • 76,112
  • 17
  • 94
  • 154
Tom
  • 3
  • 1
  • 5

2 Answers2

2

The maximum limit to the number of SQL Server Express instances is 16 on the same machine. These instances must be uniquely named for the purpose of identifying them.

tom redfern
  • 30,562
  • 14
  • 91
  • 126
Diego
  • 34,802
  • 21
  • 91
  • 134
2

Yes you can install Sql Express for multiple instances.

To install a new instance, please make sure you do a Custom installation and set a different name for the new instance.

The full Sql Express features can be found here. As you can see, Multi-Instance support is set to YES

Lex
  • 879
  • 3
  • 16
  • 27