Forum Discussion
Monitor SQL database size increase
- Mar 13, 2019
Hi Clive
So as it turns out it was measuring correctly! I was not inserting enough data to force the datafile autogrowth to occur.
So when I loaded the insert up we had to occurrences of the datafile growing. This showed on the Perfmon on the SQL server and was captured by the Azure Log Analytics workspace.
I have a feeling that counter looks at the total size, not the growth as you think. https://docs.microsoft.com/en-au/sql/relational-databases/performance-monitor/sql-server-databases-object?view=sql-server-2014
- Jason EalesMar 13, 2019Copper Contributor
Hi Clive
So as it turns out it was measuring correctly! I was not inserting enough data to force the datafile autogrowth to occur.
So when I loaded the insert up we had to occurrences of the datafile growing. This showed on the Perfmon on the SQL server and was captured by the Azure Log Analytics workspace.