[성현모] CPXV2, Log DB프로젝트, DB 컨텍스트 추가

This commit is contained in:
SHM
2025-08-29 09:52:19 +09:00
parent f1d466e17c
commit 0ff4843037
50 changed files with 2999 additions and 0 deletions

View File

@ -0,0 +1,5 @@
CREATE PROCEDURE [dbo].[spGetDBList]
AS
SELECT name FROM SYS.DATABASES WHERE name LIKE '%CPXV%'
RETURN 0