ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 187 - DP-203 discussion

Report
Export

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?

A.
On DW1, execute a query against the sys.database_files dynamic management view.
Answers
A.
On DW1, execute a query against the sys.database_files dynamic management view.
B.
From Azure Monitor in the Azure portal, execute a query against the logs of DW1.
Answers
B.
From Azure Monitor in the Azure portal, execute a query against the logs of DW1.
C.
Execute a query against the logs of DW1 by using theGet-AzOperationalInsightsSearchResult PowerShell cmdlet.
Answers
C.
Execute a query against the logs of DW1 by using theGet-AzOperationalInsightsSearchResult PowerShell cmdlet.
D.
On the master database, execute a query against the sys.dm_pdw_nodes_os_performance_counters dynamic management view.
Answers
D.
On the master database, execute a query against the sys.dm_pdw_nodes_os_performance_counters dynamic management view.
Suggested answer: A

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.

Reference:

https://docs.microsoft.com/en-us/sql/relational-databases/logs/manage-the-size-of-the-transaction-log-file

asked 02/10/2024
Piyush Zope
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first