Need a favor from MSSQL11 and/or MSSQL12 customer

I don’t have a user level DB on mssql11 to test full function of the web backup interface.

Can you please go to:
http://mssql11.jodoshared.com/mssql
(or if a reseller use your own url for mssql11 with a /mssql on end)

I’d like to ensure backups take properly before saying it is ready. MSSQL12 will be ‘ready’ for a test shortly.

Re: Need a favor from MSSQL11 (and soon 12 customer)

and 12 is done now as well.

Hey Stephen,

Did you mention a size limit on the DB when using these tools?

Cheers,

Paul.

Well the web.config goes like this:

<httpRuntime
  executionTimeout="1900"
  maxRequestLength="2024000"
  useFullyQualifiedRedirectUrl="false"
  minFreeThreads="8"
  minLocalRequestFreeThreads="4"
  appRequestQueueLimit="400" />

That is very near the max allowed of the maxrequestlength

I’ve seen issues on DBs over 50MB many times.

If you have one larger and a fast net connection, try it out and let me know :slight_smile:

We’ve tested now on a 40ish MB on mssql11 successfully, and 8MB on MSSQL12.

We’ll probably start giving it as the first choice in backups on tickets, if there are problems we’ll provide manually.