Hi All:
As per the below statement from Microsoft:
SQL Server files can grow automatically from their originally specified size. When you define a file, you can specify a specific growth increment. Every time the file is filled, it increases its size by the growth increment. If there are multiple files in a filegroup, they will not autogrow until all the files are full. Growth then occurs in a round-robin fashion.
What we are looking for:
We have a primary group, on both MDF and NDF files, how can we monitor the data is segregating to MDF and NDF files as per the statement (round-robin fashion) above.
Please share me with your ideas to monitor.
Thanks,
Satish Kumar.
As per the below statement from Microsoft:
SQL Server files can grow automatically from their originally specified size. When you define a file, you can specify a specific growth increment. Every time the file is filled, it increases its size by the growth increment. If there are multiple files in a filegroup, they will not autogrow until all the files are full. Growth then occurs in a round-robin fashion.
What we are looking for:
We have a primary group, on both MDF and NDF files, how can we monitor the data is segregating to MDF and NDF files as per the statement (round-robin fashion) above.
Please share me with your ideas to monitor.
Thanks,
Satish Kumar.
Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)