Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlserverdeveloper
Posting Yak Master
243 Posts |
Posted - 2008-01-30 : 14:56:07
|
We have sql server 2000 in our production server, can we also install sql server 2005 to the same production server. So basically can we have sql server 2000 and sql server 2005 in a production server? Thanks! |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2008-01-30 : 16:42:29
|
quote: Originally posted by sqlserverdeveloper We have sql server 2000 in our production server, can we also install sql server 2005 to the same production server. So basically can we have sql server 2000 and sql server 2005 in a production server? Thanks!
yes you can. -ec |
 |
|
sqlserverdeveloper
Posting Yak Master
243 Posts |
Posted - 2008-01-31 : 09:11:38
|
Thanks! |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-01-31 : 23:16:13
|
Ensure server has enough horsepower to handle two instances. |
 |
|
YogeshDesai
Posting Yak Master
136 Posts |
Posted - 2008-02-01 : 09:57:27
|
Hi, Yes you can install the two server on same box SQL Server 2000 and SQL Server 2005. Please check the server configuration before installing as well as you install it as default instance or Named instance.You can install SQL Server 2000 twice on production instance using different namesSQL IN Minds |
 |
|
|
|
|