back-end SQL server 2005 databases for website

Posted by Datapimp23 on Server Fault See other posts from Server Fault or by Datapimp23
Published on 2010-04-22T19:26:18Z Indexed on 2010/04/22 19:33 UTC
Read the original article Hit count: 338

Hi,

We're migrating an existing IIS website + MS SQL 2005 database (on the same server) to a new test set-up. The existing set-up is too slow.

I want one ISS server and 2 X MS SQL server 2005. One live DB server for the website queries (inserts, updates) and another for backups, reports or stored procedures. So the live DB should be more aimed at performance. The other doesn't even need to be synced instantly. What is the best way in SQL server 2005 to set this up. Can somebody point me in the right direction and give me some pointers.

Thanks

© Server Fault or respective owner

Related posts about Microsoft

Related posts about sql