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 |
Ebest
Starting Member
6 Posts |
Posted - 2011-03-29 : 13:03:02
|
Hi friends,
I get an issue, I want your help please. I get a server runing sql server 2005. I must to install a new software require a database Oracle. Can I run both (Sql server and Oracle) in the same server.
I get only one database server
Thanks for your answer.
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2011-03-29 : 13:10:54
|
While I've never done it, I don't recommend it. SQL Server is designed to use most of a server's resources, especially RAM, unless you limit it. Oracle is likely to have similar requirements, so both on the same server would make both perform poorly. |
 |
|
Ebest
Starting Member
6 Posts |
Posted - 2011-03-29 : 13:32:37
|
ok thanks, what can you suggest me for the new software? |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2011-03-29 : 13:36:16
|
I don't know what that software does, and really can't make a recommendation anyway, except to ask them if they have a SQL Server compatible version you can install on your existing server. |
 |
|
Ebest
Starting Member
6 Posts |
Posted - 2011-03-29 : 13:41:51
|
Ok thank you so much. |
 |
|
Jahanzaib
Posting Yak Master
115 Posts |
Posted - 2011-04-15 : 08:20:20
|
Its depends on the Server Specification
1.CPU (Physical and Logical) 2.RAM 3.Disk (SAN,Normal Drive 7200rpm,Normal Drive with Raid Level 5 etc) 4.Total Physical Disk 5.Total Partition if using SAN 6.Transaction / min or / sec
Regards, Syed Jahanzaib Bin Hassan MCTS,MCITP,OCA,OCP,OCE,SCJP,IBMCDBA |
 |
|
|
|
|