Zmiany pomiędzy wersją 15 and wersją 16 dla DeployerGuide/Customization/Integration/BasicConfiguration

Pokaż
Ignoruj:
Data i czas:
11/25/13 12:09:23 (10 years temu)
Autor:
jachtelik (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/Integration/BasicConfiguration

    v15 v16  
    222222#!sql 
    223223 
    224 -- dla SZBD Ms SQL Server 
     224-- Ms SQL Server -- 
    225225USE <nazwa_bazy_danych> 
    226 GO 
    227  
    228 /****** Object:  Table sage.bs_export_queue    Script Date: 11/25/2013 09:35:06 ******/ 
    229 SET ANSI_NULLS ON 
    230 GO 
    231  
    232 SET QUOTED_IDENTIFIER ON 
    233 GO 
    234  
    235 SET ANSI_PADDING ON 
    236  
    237226GO 
    238227