Closed l8nite closed 8 years ago
I have a sql server instance with a schema named 'foo'.
The user I'm using to connect has a default schema set to 'foo' and has grants set up which restricts its access to the foo schema only.
I'm trying to generate a graphviz diagram of all the tables contained in that schema:
./schemacrawler.sh -server=sqlserver -host=localhost -database=C -schemas=C.foo -user=FooUser -password=FooPassword -infolevel=maximum -command=graph -outputformat=pdf -outputfile=schema.pdf
This ends up empty... am I doing something obviously wrong here?
Nevermind, this was user error - I was running against the wrong database :ghost:
I have a sql server instance with a schema named 'foo'.
The user I'm using to connect has a default schema set to 'foo' and has grants set up which restricts its access to the foo schema only.
I'm trying to generate a graphviz diagram of all the tables contained in that schema:
This ends up empty... am I doing something obviously wrong here?