When trying to draw a schema diagram, i am not able to execute the below command
sc -host=hostname -database=dw -schemas=dw\..* -infolevel=standard -routines= -infolevel=maximum -tabletypes=TABLE -grepcolumns=.*\.Accountkey -only-matching -command=graph -outputformat=pdf
The error thrown is 'unrecognized command'. I have done this before but am not sure what I am doing wrong this time. Graphviz was already installed.