[성현모] DBPatch 간소화, 경로 변경

This commit is contained in:
SHM
2025-08-04 10:55:49 +09:00
parent bb9ed413a7
commit 1db24651ca
29 changed files with 1318 additions and 8 deletions

View File

@ -0,0 +1,20 @@
@echo off
CD ./sqlScripts/
::log
IF NOT EXIST .\logs mkdir logs
::DB 정의 스키마
SET Schema=SystemX.DB.AccountDB
::연결정보
SET ServerIP=127.0.0.1
SET ServerPort=1433
SET UserID=SystemX
SET Passwd=X
SET DBName=AccountDB
::Default DB
@echo off
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV