Hi,
Please help me, we are using SharePoint 2013 with MSSQL 2012, and my data drive is D with capacity of 4TB, and log drive is E.
I have run the following below command and check all the database size is 3 TB, but when i check the computer properties the available size of D drive is 3.8TB, where is my 0.8TB of space gone. is there any way to get additional free space.
SELECT CONVERT(DECIMAL(10,2),(SUM(size * 8.00) / 1024.00 / 1024.00)) As UsedSpaceFROM master.sys.master_files