DP-203 · Question #234
You have an enterprise data warehouse in Azure Synapse Analytics named DW1 on a server named Server1. You need to determine the size of the transaction log file for each distribution of DW1. What…
The correct answer is A. On DW1, execute a query against the sys.database_files dynamic management view. For information about the current log file size, its maximum size, and the autogrow option for the file, you can also use the size, max_size, and growth columns for that log file in sys.database_files…
Question
You have an enterprise data warehouse in Azure Synapse Analytics named DW1 on a server named Server1. You need to determine the size of the transaction log file for each distribution of DW1. What should you do?
Options
- AOn DW1, execute a query against the sys.database_files dynamic management view.
- BFrom Azure Monitor in the Azure portal, execute a query against the logs of DW1.
- CExecute a query against the logs of DW1 by using the Get-AzOperationalInsightsSearchResult
- DOn the master database, execute a query against the
How the community answered
(27 responses)- A74% (20)
- B7% (2)
- C15% (4)
- D4% (1)
Explanation
For information about the current log file size, its maximum size, and the autogrow option for the file, you can also use the size, max_size, and growth columns for that log file in sys.database_files. https://docs.microsoft.com/en-us/sql/relational-databases/logs/manage-the-size-of-the- transaction-log-file
Topics
Community Discussion
No community discussion yet for this question.