-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB2DBML - SQL Server - No description on Table #655
Comments
Hi @MisterGeek , Which command did you use, From your description, I guess you utilized the
Actually, we released a patched version that allows the ability to keep the tables and columns in ordinal order. You can check it here. About the missing table description, it might be our bugs, so we will note this issue to our backlog and fix it. We will notify you if there are any updates. Thanks. |
Correct table name comment ( DB2DBML - SQL Server - No description on Table holistics#655 )
hi @huyleminh01 (For the order columns, it's looks great with the last version) |
hi @huyleminh01 , if one of you could do the PR that would be great, as I could update our database model before the end of the year! thanks for the job ! |
Before using the automatic generation of the DBML file for SQL server, I had queries allowing us to generate our file in DBML format.
In these scripts, I retrieved the description table, which was very useful when viewing tables in dbdocs
Exemple :
This informations are stock on sys.extended_properties where sys.extended_properties.name = MS_Description_Table
Other things : With the actual script we do not respect the order of the columns. Is it possible to keep the same order as the initial script ?
These information are very usefull particulary on our schema wich contains 742 tables and over 16 000 fields :-)
Thanks a lot
The text was updated successfully, but these errors were encountered: