DCSIMG
SQL,CodePlex - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » SQL » CodePlex (RSS)
SQL Load Testing
SQL Load Testing Introduction - SQL Load Test This tool generates a Visual Studio 2005/2008 Unit Test from a SQL Server Profiler trace. The tool extracts all the SQL statements and stored procedure calls from the trace and turns them into a single Visual Studio Unit Test, which can then be configured as a Visual Studio Load Test. The tool does not interact with the database itself when it generates the test code and so it can be used “offline”. Requirements: SQL Server 2005 SDK and the SQL Server...