Bilgin Kılıç
Bilgin Kılıç

Reputation: 9139

Can I install Sql Server 2008 on the same machine where Sql Server 2005 already installed

I have Sql Server 2005 Express installed on my computer, and I want to install Sql Server 2008 Express as well. What should I consider before doing this additional installation?

thanks. bk

Upvotes: 2

Views: 446

Answers (1)

Dale
Dale

Reputation: 13044

They should be fine together, just make sure they are using different ports (the default is 1433) if they are communicating over TCP/IP. Why do you need both versions?

Upvotes: 3

Related Questions