//Stress Testing | dbForge Team Blog » stress testing

Posts Tagged ‘stress testing’

Synchronization script is too large – what shall I do?

Tuesday, May 19th, 2009

In my previous post Schema Comparison Stress Testing I mentioned problems we met testing dbForge Schema Compare for SQL Server on large database. In this post I would like to give you some tips on processing large synchronization scripts.

Problem Description

Suppose you have compared two databases and want to synchronize them.  You tried to generate the synchronization script but it’s about 100 Mb and simply couldn’t be stored in the memory. When you open it in SQL editor for execution, the application fails with ‘Out Of Memory’ error.

Solution

There are two solutions for this problem:

(more…)

Schema Comparison Stress Testing

Wednesday, May 6th, 2009

A few weeks after the first version of dbForge Schema Compare for SQL Server had been released we received a letter from one of our users who was testing our product to find out if it’s capable to support his DBA tasks. Here is the excerpt from his letter:

Nowadays I work as ERP-system (industry enterprise management system) adoption consultant. Though this ERP-system was originally developed for Microsoft SQL Server 2000 platform but it allows deployment on SQL Server 2005. Second decision has better performance characteristics, but at the same time architectural differences between SQL Server version 2000 and 2005 impede installation of patches and regular database maintenance operations.

The only way out of this situation is this:

  • periodically downgrade database from SQL Server 2005 to 2000
  • perform maintenance operations over database on SQL Server 2000 platform
  • upgrade database back to SQL Server 2005

But this decision makes difficulties…

(more…)


"));