update script SqlScripts/GMW_00370.sql
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@364 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -180,6 +180,42 @@ AS
|
||||
|
||||
RETURN
|
||||
|
||||
set xact_abort on
|
||||
go
|
||||
|
||||
begin transaction
|
||||
go
|
||||
|
||||
set ANSI_NULLS on
|
||||
go
|
||||
|
||||
/*****************************************
|
||||
* STORED stp_EDM_getByGitterBox
|
||||
*
|
||||
* Recupera datamatrix da codice gitterbox
|
||||
*
|
||||
* Steamware, S.E.L.
|
||||
* mod: 2011.05.06
|
||||
*
|
||||
****************************************/
|
||||
create PROCEDURE stp_EDM_getByGitterBox
|
||||
(
|
||||
@CodGitterbox NVARCHAR(10)
|
||||
)
|
||||
AS
|
||||
|
||||
SELECT *
|
||||
FROM ElencoDataMatrix
|
||||
WHERE CodGitterbox = @CodGitterbox
|
||||
|
||||
RETURN
|
||||
go
|
||||
|
||||
commit
|
||||
go
|
||||
|
||||
|
||||
|
||||
|
||||
-- registro versione...
|
||||
INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(370, GETDATE())
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user