SqlQueryStress
SqlQueryStress copied to clipboard
SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/
I want to propose a new feature that allows you to launch and run multiple concurrent GUI windows. This would involve creating a class to manage the multiple application threads...
having label1, label 2, label 3 is not a good practice. It would be better to rename controls with numbers Would you accept a PR for that?
Implement support for saving of statistics and collected information, and reporting on that data, especially when the same test is run more than once
Is it possible to output info of these statements as SSMS does it?
Apparently there are some bugs around the statistics creation options not getting properly turned off when you turn them off.
In some cases (such as an elastic pool in Azure SQL DB), we want to "stress" a group of DBs, with 1 or more connections per DB. I'm not sure...
Humble Request: What: Add a textBox just above the "Database" button that shows the current connected Server Name - based on a connection event or regularly polled @@SERVERNAME. Provide the...