View basic database complexity
Sunday 19, January 2020 | Post link
It's 2020 already and where are the flying cars? Getting back to business, here is a small script to print basic database object stats which I use to understand the complexity of a database at a first glance. The output is shown below:
If its not just schema but also size of the data that we are interested, it might be a good to also add row counts per tables. I think adding in number of relationships present between the tables is also something which will be useful in the future, but for now this is all there is.
Get the Code
Categories:
SQL (2)
SQL Server (1)
Tags:
Complexity(1)
Database(4)
Comments