Skip to content

Commit 3f98e12

Browse files
Update sp_PerfCheck.sql
1 parent 3964c60 commit 3f98e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_PerfCheck/sp_PerfCheck.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22382238
THEN 0
22392239
ELSE CONVERT(decimal(18, 2), SUM(fs.io_stall_write_ms) * 1.0 / SUM(fs.num_of_writes))
22402240
END,
2241-
total_size_mb = CONVERT(decimal(18, 2), SUM(mf.size) * 8 / 1024.0)
2241+
total_size_mb = CONVERT(decimal(18, 2), SUM(mf.size) * 8.0 / 1024.0)
22422242
FROM sys.dm_io_virtual_file_stats
22432243
(' +
22442244
CASE

0 commit comments

Comments
 (0)