SQL Server, SSIS, SSAS and SSRS on ONE Server
Best practice dictates that we use a separate server for each of these SQL Server Services. And this seems logical because otherwise these services will compete over server resources. In IT we call this competition: contention.
However there are some great reasons to put these services on one box:
Read more...Tags: management, performance