I am able to determine the size (total space used, available space, etc.) of the hard drives in a C# Winforms program.
Is it possible or is there a way to determine the size of a SQL Server database(which has tables and it's values.. so it's like a record) where it's residing on a certain hard drive?
Also when I want to update or add a record in the database, is it possible that the size (total used, available space (Database-internal usage & free space.. i think) ) automatically updates in my C# form?