[성현모] AuthApi 분리
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
@echo Create Admin Account Start
|
||||
@echo off
|
||||
|
||||
SET SqlCmdOption=-E -C
|
||||
sqlcmd %SqlCmdOption% -i %~dp0\sqlScripts\AdminAccount_Create.sql
|
||||
if errorlevel 1 goto errexit
|
||||
goto end
|
||||
:errexit
|
||||
echo DB Patch Fail
|
||||
goto end
|
||||
:end
|
||||
@echo on
|
||||
|
||||
@echo Create Admin Account End
|
||||
|
||||
net stop /y MSSQLSERVER
|
||||
net start /y MSSQLSERVER
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user