Meow & Code Journey
github: @https://github.com/garambaek1017
1. 특정 DB 정보 보기
사용법 : sp_helpdb 디비이름
ex)
sp_helpdb mangoDB;
2. 모든 DB 정보 보기
EXEC sp_helpdb; GO