Files
WebGIM/GIM_dataLayer/sql/updateGIMperManutenzione.txt
2017-02-08 14:14:24 +01:00

29 lines
1.1 KiB
Plaintext

update InterventiMtz
set idxImpianto = 35
where idxImpianto = 1
update AnagMacchine
set idxImpianto = 35
where idxImpianto = 1
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SERVER2\steamware', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\Administrator', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\manutenzio', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\manutenzione', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\mapelli', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\pompei', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('SOMASCHINI\previtali', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('VOSTRO410\Administrator', '35');
INSERT INTO [GIM_TEST].[dbo].[FiltroImpianti](username, idxImpianto)
VALUES ('VOSTRO410\Ermanno', '35');