We have a sql 2008 server web backend and we backup the databases and perform maintenance on them daily. During that time period the server CPU goes sky high, often preventing clients (using a browser) from successfully saving data into the database. (The browser reports a timeout, e.g., during an INSERT.) How do you deal with this type of situation?
TIA,
edm2