1f7b3ff79f
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@483 365432ac-a1b5-4ffd-bb28-6d3099d32164
18 lines
247 B
Transact-SQL
18 lines
247 B
Transact-SQL
set xact_abort on
|
|
go
|
|
|
|
begin transaction
|
|
go
|
|
|
|
INSERT INTO dbo.AnagTipoEvento
|
|
VALUES (N'SvuotaGbox', N'Svuota Gitterbox')
|
|
go
|
|
INSERT INTO dbo.AnagTipoEvento
|
|
VALUES (N'SpostaDMtx', N'Sposta DataMatrix')
|
|
go
|
|
|
|
commit transaction
|
|
go
|
|
|
|
|