-
Running SchemaCrawler against a SQL Server database to generate a diagram, and all the tables are prefixed with the database name. eg. database.schema.tablename. Is there a way to just have schema.tablename? |
Beta Was this translation helpful? Give feedback.
Answered by
sualeh
Jun 22, 2022
Replies: 1 comment 2 replies
-
@flcdrg David, please try the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
flcdrg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@flcdrg David, please try the
--portable-names
option from the command-line. This will only show the table name. Currently, there is no way to have just schemaname.tablename. Please let me know if this is a required feature for your use case.