Where should the database live? #1508
Answered
by
DavidWiseman
JakeWalker-dev
asked this question in
Q&A
-
Hello, What is the recommended approach for locating the DBADashDB database? Should I create it's own SQL Server instance or locate the database inside one of the instances I would like to monitor? Thanks, Jake |
Beta Was this translation helpful? Give feedback.
Answered by
DavidWiseman
Aug 11, 2025
Replies: 1 comment 2 replies
-
Using a separate instance will help minimize the impact on the monitored instance - if you can do this, it's recommended. The impact of hosting the repository database should be quite small, but it will increase as you add more monitored instances etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JakeWalker-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a separate instance will help minimize the impact on the monitored instance - if you can do this, it's recommended. The impact of hosting the repository database should be quite small, but it will increase as you add more monitored instances etc.