Advertisement
L3V147H4N

CTC SP Crear Reserva

May 29th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.30 KB | None | 0 0
  1. CREATE PROCEDURE WEBCrearReserva
  2.     @ReservaId int, -- Id local de reserva en el server web
  3.     @SocioId int, -- ID proveniente de la vista [staCTC].[dbo].[mobileSocios].[ID]
  4.     @duracion int,
  5.     @fecha datetime,
  6.     @cancha int,
  7.     @deporte int,
  8.     @monto decimal(12,2) -- Monto de referencia
  9. AS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement