What is the expected way to check if CDC is enabled? #9581
Unanswered
ReeceGoding
asked this question in
Q&A
Replies: 1 comment
-
Get-DbaDatabase returns what SMO returns. Are you looking for something that mirrors what is_cdc_enabled in sys.databases shows ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently used
Get-DbaDatabase | Select *
and was surprised to see absolutely nothing about CDC. I could write thesys.databases
query to find if CDC is enabled, but I was surprised to not see it in what I first tried. In dbatools, what is the expected way to check if CDC is enabled?Beta Was this translation helpful? Give feedback.
All reactions