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

updating readme with about section

This commit is contained in:
Jos de Bruijn
2016-06-06 15:29:42 -07:00
parent 17c9d86df0
commit c6fc5023d9
4 changed files with 24 additions and 10 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