[성현모] [HubX] DB 프로젝트 생성, DB 스크립트 추가
This commit is contained in:
17
Projects/HubX/DBPatch/CreateHubXDB.bat
Normal file
17
Projects/HubX/DBPatch/CreateHubXDB.bat
Normal file
@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::서버연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
|
||||
::DB 정보
|
||||
SET UserID=VPKI
|
||||
SET Passwd=Kefico!@34
|
||||
SET DBName=HubX
|
||||
|
||||
::Default DB
|
||||
@echo off
|
||||
CALL _CreateDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_001
|
||||
CALL _CreateDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV
|
||||
Reference in New Issue
Block a user