Skip to content

Update Disk_Speed_Check.sql#1

Open
Ezzat-NadaM wants to merge 1 commit intoRichBenner:masterfrom
Ezzat-NadaM:patch-1
Open

Update Disk_Speed_Check.sql#1
Ezzat-NadaM wants to merge 1 commit intoRichBenner:masterfrom
Ezzat-NadaM:patch-1

Conversation

@Ezzat-NadaM
Copy link

Change the
"CASE WHEN a.file_id = 1 THEN 'Log' ELSE 'Data' END AS [DB File Type]" to be
"CASE WHEN b.type = 1 THEN 'Log' ELSE 'Data' END AS [DB File Type]" in case of the database having multiple log files.

Change the 
"CASE WHEN a.file_id = 1 THEN 'Log' ELSE 'Data' END AS [DB File Type]" to be  
"CASE WHEN b.type = 1 THEN 'Log' ELSE 'Data' END AS [DB File Type]" in case of the database having multiple log files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments