1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Merge pull request #25 from Microsoft/jodebrui-patch-5

note about config form
This commit is contained in:
Jos de Bruijn
2016-05-04 11:01:49 -07:00

View File

@ -25,7 +25,7 @@ This Windows Forms sample application built on .NET Framework 4.6 demonstrates
7. Build the app for release and run it. Do not use the debugger, as that will slow down the app.
8. Start the workload with the **Start** button, and run for a while to show perf profile. Then press stop to stop the workload.
8. Start the workload with the **Start** button, and run for a while to show perf profile. Then press stop to stop the workload. You can tweak aspects of the workload (e.g., rows per transaction) through the configuration form accessed using the "Options" menue.
9. In the database project,
- Change TicketReservations.sql to a memory-optimized table (instructions commented in the file itself)