My factory has 2 servers, I will need 1 server for IIS and another for SQL Server.
This factory production run 24 hours and has constant transaction.
Currently EVERYTHING is on Server A. Of course this is causing some performance issue.
So I plan to have IIS and SQL Server on different servers.
I not sure I should use which server as IIS and another as SQL Server 2008 R2.
<= Server A =>
- 2 CPU (2.40 ghz 2.39 ghz), total 16 cores
- 8 GB
<= Server B =>
- 1 CPU (2.40 ghz 2.39 ghz), total 8 cores
- 4 GB
this is my first question, so I not sure am I asking in a correct way. Thanks.