Comments
Sort by recent activity
@David Atkinson I have finally got the code and article together to describe how I extend Redgate SQLDoc to support
Hyperlinks in HTML
Bulleted lists in Git markdown table cells
README.md as the default document rather than index.md
README.md in each object folder (Tables.md, Views.md etc get copied to README.md in that folder)
Normally I would submit the article through Tony Davis. It has been a long time since I submitted anything so I am not sure if this has changed? / comments
@David Atkinson I have finally got the code and article together to describe how I extend Redgate SQLDoc to support
Hyperlinks in HTML
Bulleted lists in Git markdown table cells
README.md as the d...
@David Atkinson sorry for the delay. In our case it is primarily the data scientists and the data analysts who need to know what the data structures are supposed to hold. As data governance becomes ever stricter the data compliance folk are taking an increasing interest as well. Every year we get an external data audit and the questions we have to answer get more detailed as time goes on. What data do we have, how can you prove data starting at point A gets to point B and beyond etc. Another problem we are trying to solve is that a development team are not sure what a database column is for and rather than try and find out they simply create another column. We had a case where a web app was failing intermittently and what we found was the practise of bunging another column on the end of a table meant that in some cases the app was attempting to write a record greater the 8060 bytes. / comments
@David Atkinson sorry for the delay.In our case it is primarily the data scientists and the data analysts who need to know what the data structures are supposed to hold.As data governance becomes e...
Yes, that's it. I would be interested in other people's perspectives on this. My experience has been that as the data estate grows you can no-longer rely on the hive mind of the organisation. COVID-19 has really disrupted the hive as well. / comments
Yes, that's it. I would be interested in other people's perspectives on this. My experience has been that as the data estate grows you can no-longer rely on the hive mind of the organisation. CO...
Thanks Roseanna. One possibility is that I put the scripts in my own GitHub repo and let the team pull from it. / comments
Thanks Roseanna. One possibility is that I put the scripts in my own GitHub repo and let the team pull from it.
Looking forward to it. / comments
Looking forward to it.
I have implemented a way of supplying boiler plate column descriptions for publication using SQLDoc. I've written part of it up as Reoiling the gears for the data dictionary. I think it would be a useful feature of the SQLDoc product to be able to apply templated descriptions to columns that are common across the DB. Half the battle is getting people to attach comments in the first place. Anything that makes it easy to do so is one more barrier knocked down. / comments
I have implemented a way of supplying boiler plate column descriptions for publication using SQLDoc. I've written part of it up as Reoiling the gears for the data dictionary. I think it would be a...
It works up to a point. Markdown is great for developers publishing documentation to GitHub or similar but less so for general business users. Also, I use bullet points for documenting small reference sets and these tend to break markdown in tables. / comments
It works up to a point. Markdown is great for developers publishing documentation to GitHub or similar but less so for general business users.Also, I use bullet points for documenting small refere...
Another possibility is that where a foreign key relationship exists back to a reference set, hyperlink the column name back to the reference set. / comments
Another possibility is that where a foreign key relationship exists back to a reference set, hyperlink the column name back to the reference set.