[성현모] CPXV2, Log DB프로젝트, DB 컨텍스트 추가

This commit is contained in:
SHM
2025-08-29 09:52:19 +09:00
parent f1d466e17c
commit 0ff4843037
50 changed files with 2999 additions and 0 deletions

View File

@ -0,0 +1,19 @@
@echo off
CD ./sqlScripts/
::log
IF NOT EXIST .\logs mkdir logs
::DB 정의 스키마
SET Schema=SystemX.DB.CPXV2
::연결정보
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% CPXV2
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2_DEV