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

Merge pull request #18 from barbkess/blk

fix path
This commit is contained in:
Barbara Kess
2016-04-29 10:11:56 -07:00

View File

@ -2,10 +2,10 @@
Ticket Reservations is a Windows Forms sample application built on .NET Framework 4.6 that demonstrates the performance benefits of using SQL Server memory optimized tables and native compiled stored procedures. You can compare the performance before and after enabling In-Memory OLTP by observing the transactions/sec as well as the current CPU Usage and latches/sec.
![Alt text](samples/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations")
![Alt text](samples/features/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations")
## About this sample
## Applies
**Platforms:**
- SQL Server (starting with 2016)