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:
samuele
2011-05-09 09:24:28 +00:00
parent b3e13ce5d6
commit 0131d9085a
12 changed files with 36 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+36
View File
@@ -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.