02 September,2011 by Tom Collins
Question: How do I generate test data for SQL Server ? I don’t want to buy a benchmarking tool, but I require a representative test case with real SQL statements. How do the professional DBA’s capture SQL Server workloads for testing? This is part of acceptance testing
Answer: First, try to use real-world data, not artificial test data sets. You want a representative benchmark.
A one dimensional view of SQL Server can lead to vastly different results. Data that is not representative and workloads executed on the data can create a false sense of results.
Always remember that there is no substitute for a real-world test that simulates the actual behaviour of your production systems. However , this is not always possible.
There are several tools and methods for generating test data for SQL Server:
SQL Server test data generation testing tools - SQL Server DBA
Performance Metrics used in acceptance tests - SQL Server DBA
SQL Server - Query baseline testing - SQL Server DBA
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |