Reputation: 9139
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
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