[성현모] CPXV2, Log DB프로젝트, DB 컨텍스트 추가
This commit is contained in:
21
DBPatch/DBPatch_CPXV2Log_Create.bat
Normal file
21
DBPatch/DBPatch_CPXV2Log_Create.bat
Normal file
@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
CD ./sqlScripts/
|
||||
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::DB 정의 스키마
|
||||
SET Schema=SystemX.DB.CPXV2Log
|
||||
|
||||
::연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
SET UserID=SystemX
|
||||
SET Passwd=X
|
||||
|
||||
::Default DB
|
||||
@echo off
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2LongTermLogJson_DEV
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2LongTermLogJson_3030
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2LongTermLogJson_3031
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2LongTermLogJson_3032
|
||||
Reference in New Issue
Block a user