Question 51

You have a on-premises Microsoft SQL Server named SQL1 that hosts five databases.
You need to migrate the databases to an Azure SQL managed instance. The solution must minimize downtime and prevent data loss.
What should you use?
  • Question 52

    You are building a database backup solution for a SQL Server database hosted on an Azure virtual machine.
    In the event of an Azure regional outage, you need to be able to restore the database backups. The solution must minimize costs.
    Which type of storage accounts should you use for the backups?
  • Question 53

    You have an Azure SQL database named db1 on a server named server1.
    The Intelligent Insights diagnostics log identifies queries that cause performance issues due to tempDB contention.
    You need to resolve the performance issues.
    What should you do?
  • Question 54

    You have an Azure subscription that is linked to an Azure AD tenant named contoso.com. The subscription contains an Azure SQL database named SQL 1 and an Azure web named app1. App1 has the managed identity feature enabled.
    You need to create a new database user for app1.
    How should you complete the Transact-SQL statement? To answer, select the appropriate options in the answer are a.
    NOTE: Each correct selection is worth one point.

    Question 55

    You have an Azure SQL database named DB1.
    You have a table name Table1 that has 20 columns of type CHAR(400). Row compression for Table1 is enabled.
    During a database audit, you discover that none of the fields contain more than 150 characters.
    You need to ensure that you can apply page compression to Table1.
    What should you do?