Skip to content

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