[성현모] 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,11 @@
@echo off
SET Schema=%1
SET ServerIP=%2
SET ServerPort=%3
SET UserID=%4
SET Passwd=%5
SET DBName=%6
::create update sql file
sqlpackage /Action:Script /SourceFile:./dacpac/%Schema%.dacpac /TargetConnectionString:"server=%ServerIP%,%ServerPort%; user id=%UserID%; password=%Passwd%; database=%DBName%; TrustServerCertificate=true" /OutputPath:"./%Schema%_Update.sql" /p:CommentOutSetVarDeclarations=True