diff --git a/project/XPS/bin/SteamWare.dll b/project/XPS/bin/SteamWare.dll index 5dac904..7d9da2e 100644 Binary files a/project/XPS/bin/SteamWare.dll and b/project/XPS/bin/SteamWare.dll differ diff --git a/project/XPS/bin/XPS.dll b/project/XPS/bin/XPS.dll index 064faa6..8828a77 100644 Binary files a/project/XPS/bin/XPS.dll and b/project/XPS/bin/XPS.dll differ diff --git a/project/XPS/bin/XPS_data.dll b/project/XPS/bin/XPS_data.dll index d889380..3d2d62e 100644 Binary files a/project/XPS/bin/XPS_data.dll and b/project/XPS/bin/XPS_data.dll differ diff --git a/project/XPS/obj/Debug/XPS.dll b/project/XPS/obj/Debug/XPS.dll index 40ba801..8828a77 100644 Binary files a/project/XPS/obj/Debug/XPS.dll and b/project/XPS/obj/Debug/XPS.dll differ diff --git a/project/XPST/bin/SteamWare.dll b/project/XPST/bin/SteamWare.dll index 5dac904..7d9da2e 100644 Binary files a/project/XPST/bin/SteamWare.dll and b/project/XPST/bin/SteamWare.dll differ diff --git a/project/XPST/bin/XPST.dll b/project/XPST/bin/XPST.dll index 08beb8b..e6b9c10 100644 Binary files a/project/XPST/bin/XPST.dll and b/project/XPST/bin/XPST.dll differ diff --git a/project/XPST/bin/XPS_data.dll b/project/XPST/bin/XPS_data.dll index d889380..3d2d62e 100644 Binary files a/project/XPST/bin/XPS_data.dll and b/project/XPST/bin/XPS_data.dll differ diff --git a/project/XPST/obj/Debug/ResolveAssemblyReference.cache b/project/XPST/obj/Debug/ResolveAssemblyReference.cache index dd8f704..a1ed2c8 100644 Binary files a/project/XPST/obj/Debug/ResolveAssemblyReference.cache and b/project/XPST/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/project/XPST/obj/Debug/XPST.dll b/project/XPST/obj/Debug/XPST.dll index 1dec059..e6b9c10 100644 Binary files a/project/XPST/obj/Debug/XPST.dll and b/project/XPST/obj/Debug/XPST.dll differ diff --git a/project/XPS_data/SqlScript/V 1.2/sqlUpdate_140.sql b/project/XPS_data/SqlScript/V 1.2/sqlUpdate_140.sql new file mode 100644 index 0000000..a5db598 --- /dev/null +++ b/project/XPS_data/SqlScript/V 1.2/sqlUpdate_140.sql @@ -0,0 +1,27 @@ + +USE [Equa_XPS] +GO +CREATE NONCLUSTERED INDEX [i_LivelloIdxObjMamma] +ON [dbo].[IstObj] ([Livello],[IdxObjMamma]) + +GO + + +USE [Equa_XPS] +GO +CREATE NONCLUSTERED INDEX [i_idxObjLivelloIdxMamma] +ON [dbo].[IstObj] ([Livello],[IdxObjMamma]) + + + +USE [Equa_XPS_prod] +GO +CREATE NONCLUSTERED INDEX [i_idxMamma] +ON [dbo].[IstObj] ([IdxObjMamma]) + + + + +-- registro versione... +INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(140, GETDATE()) +GO diff --git a/project/XPS_data/XPS_data.csproj b/project/XPS_data/XPS_data.csproj index 5ae3d25..ee6b183 100644 --- a/project/XPS_data/XPS_data.csproj +++ b/project/XPS_data/XPS_data.csproj @@ -152,6 +152,7 @@ Always + diff --git a/project/XPS_data/bin/Debug/XPS_data.dll b/project/XPS_data/bin/Debug/XPS_data.dll index 571c1eb..3d2d62e 100644 Binary files a/project/XPS_data/bin/Debug/XPS_data.dll and b/project/XPS_data/bin/Debug/XPS_data.dll differ diff --git a/project/XPS_data/obj/Debug/ResolveAssemblyReference.cache b/project/XPS_data/obj/Debug/ResolveAssemblyReference.cache index 4fdb461..d6a75e0 100644 Binary files a/project/XPS_data/obj/Debug/ResolveAssemblyReference.cache and b/project/XPS_data/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/project/XPS_data/obj/Debug/XPS_data.dll b/project/XPS_data/obj/Debug/XPS_data.dll index 571c1eb..3d2d62e 100644 Binary files a/project/XPS_data/obj/Debug/XPS_data.dll and b/project/XPS_data/obj/Debug/XPS_data.dll differ