Tom
Tom

Reputation: 3

SQL2008 Express Edition: two instances on same computer?

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.

Upvotes: 0

Views: 5805

Answers (2)

Diego
Diego

Reputation: 36146

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.

Upvotes: 2

Lex
Lex

Reputation: 891

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

Upvotes: 2

Related Questions