diff --git a/Projects/WebGIM/GIM_data/sql/updateGIMperManutenzione.txt b/Projects/WebGIM/GIM_data/sql/updateGIMperManutenzione.txt new file mode 100644 index 0000000..f675839 --- /dev/null +++ b/Projects/WebGIM/GIM_data/sql/updateGIMperManutenzione.txt @@ -0,0 +1,28 @@ +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');