Files
SystemX.Web/Projects/SystemX.Core/DBPatch/CreateAccountDB.bat
2025-07-15 10:16:26 +09:00

18 lines
370 B
Batchfile

@echo off
::log
IF NOT EXIST .\logs mkdir logs
::서버연결정보
SET ServerIP=127.0.0.1
SET ServerPort=1433
::DB 정보
SET UserID=SystemX
SET Passwd=X
SET DBName=AccountDB
::Default DB
@echo off
CD .\sqlScripts\
CALL _CreateScript.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
CALL _CreateScript.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV