Zmiany pomiędzy wersją 15 and wersją 16 dla DeployerGuide/Customization/Integration/BasicConfiguration
- Data i czas:
- 11/25/13 12:09:23 (11 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/Integration/BasicConfiguration
v15 v16 222 222 #!sql 223 223 224 -- dla SZBD Ms SQL Server224 -- Ms SQL Server -- 225 225 USE <nazwa_bazy_danych> 226 GO227 228 /****** Object: Table sage.bs_export_queue Script Date: 11/25/2013 09:35:06 ******/229 SET ANSI_NULLS ON230 GO231 232 SET QUOTED_IDENTIFIER ON233 GO234 235 SET ANSI_PADDING ON236 237 226 GO 238 227