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

Merge pull request #52 from Microsoft/jodebrui

Jodebrui - small fixes here and there
This commit is contained in:
Jos de Bruijn
2016-06-07 08:53:56 -07:00
5 changed files with 106 additions and 78 deletions

View File

@ -1,4 +1,4 @@
-- helper stored procedure to
-- helper stored procedure to batch reservations
CREATE PROCEDURE BatchInsertReservations(@ServerTransactions int, @RowsPerTransaction int, @ThreadID int)
AS