D dwn.220.v.ua

sql server get free disk space

1 - Using sp_spaceused to check free space in SQL Server. One option is to ...

πŸ“¦ .zipβš–οΈ 100.2 MBπŸ“… 04 May 2026

1 - Using sp_spaceused to check free space in SQL Server. One option is to Script to Get Available and Free Disk Space for SQ Determine.

⬇ Download Full Version

SQL SERVER – Disk Space Monitoring – Detecting Low Disk Space on Server Abo...

πŸ“¦ .zipβš–οΈ 108.9 MBπŸ“… 13 Oct 2025

SQL SERVER – Disk Space Monitoring – Detecting Low Disk Space on Server Above query will return us two columns, drive name and MB free. SELECT DISTINCT dwn.220.v.ual_volume_name AS LogicalName.

⬇ Download Full Version

When I am not blogging, I am typically working on SQL Server Optimization p...

πŸ“¦ .zipβš–οΈ 48.2 MBπŸ“… 02 Apr 2026

When I am not blogging, I am typically working on SQL Server Optimization projects. Time and again, I only have access to SQL Server.

⬇ Download Full Version

Several approaches can be found in this thread on another forum. The main s...

πŸ“¦ .zipβš–οΈ 93.8 MBπŸ“… 26 Mar 2026

Several approaches can be found in this thread on another forum. The main solutions discussed there involved either using xp_cmdshell or.

⬇ Download Full Version

The problem with both of these approaches is that they do not get the infor...

πŸ“¦ .zipβš–οΈ 29.7 MBπŸ“… 02 Oct 2025

The problem with both of these approaches is that they do not get the information for mount points, which is now supported in SQL Server

⬇ Download Full Version

Just deleting the records, SQL server wont release the space back to the is...

πŸ“¦ .zipβš–οΈ 45.4 MBπŸ“… 15 Apr 2026

Just deleting the records, SQL server wont release the space back to the is there a rule on the percentage of free space a DB should have?

⬇ Download Full Version

i can get the drive letters and free disk space in MB from "xp_fixeddr...

πŸ“¦ .zipβš–οΈ 93.9 MBπŸ“… 07 Feb 2026

i can get the drive letters and free disk space in MB from "xp_fixeddrives" but i don't know how to get the total disk space in MB using dwn.220.v.ua free space.

⬇ Download Full Version

Proactive SQL Server Health Checks, Part 1: Disk Space We have jobs that mo...

πŸ“¦ .zipβš–οΈ 109.7 MBπŸ“… 11 Apr 2026

Proactive SQL Server Health Checks, Part 1: Disk Space We have jobs that monitor free space on disk and in the files, but I still You need to determine why the log file grew, which can be tricky unless you're tracking it.

⬇ Download Full Version

You can use below query to find the total disk space of each drive in the s...

πŸ“¦ .zipβš–οΈ 63.3 MBπŸ“… 24 Dec 2025

You can use below query to find the total disk space of each drive in the server and total free space availble for each disk. This script will be.

⬇ Download Full Version

Keeping tabs on available disk space on your SQL Servers is something that ...

πŸ“¦ .zipβš–οΈ 30.4 MBπŸ“… 28 Apr 2026

Keeping tabs on available disk space on your SQL Servers is something that a way to get it to alert you when it starts running low on space.

⬇ Download Full Version

Hello. Quick post today. I needed to find the total disk space for a remote...

πŸ“¦ .zipβš–οΈ 40.7 MBπŸ“… 15 Mar 2026

Hello. Quick post today. I needed to find the total disk space for a remote server with access only to T-SQL. No PowerShell or file system.

⬇ Download Full Version

SQL Server Free Disk Space Monitor Alerts - SQL Script. --Loop through each...

πŸ“¦ .zipβš–οΈ 32.6 MBπŸ“… 20 Apr 2026

SQL Server Free Disk Space Monitor Alerts - SQL Script. --Loop through each drive to check for drive threshold. while (select count(*) from.

⬇ Download Full Version

SQL Server Get free space in all files in an Instance. SQL Server Free Disk...

πŸ“¦ .zipβš–οΈ 110.7 MBπŸ“… 27 Dec 2025

SQL Server Get free space in all files in an Instance. SQL Server Free Disk Space Monitor Alerts – SQL Script Β· SQL Server Security Audit – A.

⬇ Download Full Version

You haven't mentioned your version of SQL Server. Starting with SQL Se...

πŸ“¦ .zipβš–οΈ 41.9 MBπŸ“… 17 Aug 2025

You haven't mentioned your version of SQL Server. Starting with SQL Server you can get plenty of information from dwn.220.v.uase_files.

⬇ Download Full Version

As part of a recent server consolidation exercise we needed to check the am...

πŸ“¦ .zipβš–οΈ 108.5 MBπŸ“… 26 Jan 2026

As part of a recent server consolidation exercise we needed to check the amount of file space used by each database on our live SQL Servers. The following.

⬇ Download Full Version