Custom Checks - stored procedure #223
-
Hi, In which database do I need to place stored procedure for Custom Checks? https://github.com/trimble-oss/dba-dash/blob/main/Docs/CustomChecks.md |
Beta Was this translation helpful? Give feedback.
Answered by
DavidWiseman
Jun 10, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BrubiSQL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's the database that the DBA Dash agent connects to - to change this specify an initial catalog in the connection string for the source connection.
e.g.
Data Source=TheInstance;Initial Catalog=YourUserDB;Integrated Security=True;Encrypt=True;Trust Server Certificate=True;Application Name=DBADash
Or using the GUI:
Hope this helps