DRAG DROP (Drag and Drop is not supported)You have an Azure subscription.You plan to deploy a new Azure virtual machine that will host a Microsoft SQL Server instance.You need to configure the disks on the virtual machine. The solution must meet the following requirements:Minimize latency for transaction logs.Minimize VM allowed IO.Which type of disk should you use for each workload? To answer, drag the appropriate disk types to the correct workloads. Each disk type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.Note: Each correct selection is worth one point.Select and Place:
Answer(s): A
Box 1: Premium SSDStorage: Performance best practices for SQL Server on Azure VMs. Place tempdb on the local ephemeral SSD (default D:\) drive for most SQL Server workloads that are not part of Failover Cluster Instance (FCI) after choosing the optimal VM size.Select Premium SSD instead of Standard SSD for better performance.Box 2: Ultra DiskFor the log drive plan for capacity and test performance versus cost while evaluating the premium P30 - P80 disksIf submillisecond storage latency is required, use Azure ultra disks for the transaction log. For M-series virtual machine deployments consider write accelerator over using Azure ultra disks.
https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/performance-guidelines-best- practices-storage
You have an Azure SQL Database elastic pool that contains 10 databases.You receive the following alert.Msg 1132, Level 16, state 1, Line 1The elastic pool has reached its storage limit. The storage used for the elastic pool cannot exceed (76800) MBs.You need to resolve the alert. The solution must minimize administrative effort.Which three actions can you perform? Each correct answer presents a complete solution.Note: Each correct selection is worth one point.
Answer(s): A,D,E
You have an Azure subscription.You need to deploy a new Azure SQL database by using Azure Command-Line Interface (CLI).Which three parameters are required?
Answer(s): C
az sql db createCreate a databaseSyntax: az sql db create --name--resource-group--serverPlus many additonal optional parameters.Required Parameters--name -nName of the Azure SQL Database.--resource-group -gName of resource group. You can configure the default group using az configure --defaults group=<name>.--server -sName of the Azure SQL Server. You can configure the default using az configure --defaults sql- server=<name>.Example:echo "Creating $database on $server..."az sql db create --resource-group $resourceGroup --server $server --name $database --sample-name AdventureWorksLT --edition GeneralPurpose --family Gen5 --capacity 2 --zone-redundant true # zone redundancy is only supported on premium and business critical service tiers
https://learn.microsoft.com/en-us/cli/azure/sql/db
HOTSPOT (Drag and Drop is not supported)You have an Azure subscription.You plan to migrate 10 on-premises Microsoft SQL Server instances to Azure.You need to ensure that the migrated environment can be managed by using multiserver administration and supports master/target (MSX/TSX) jobs.The solution must minimize administrative effort.Which SQL deployment options should you select as the master server (MSX) and the target server (TSX)? To answer, select the appropriate options in the answer area.Note: Each correct selection is worth one point.Hot Area:
Box 1: SQL Managed InstanceMSXMake a Master ServerApplies to: SQL Server, Azure SQL Managed InstanceOn Azure SQL Managed Instance, most, but not all SQL Server Agent features are currently supported.To make a master server1. Connect to the Database Engine.2. From the Standard bar, click New Query.3. Copy and paste the following example into the query window and click Execute. This example enlists the current server into the AdventureWorks1 master server. The location for the current server is Building 21, Room 309, Rack 5.USE msdb ;GOEXEC dbo.sp_msx_enlist N'AdventureWorks1',N'Building 21, Room 309, Rack 5' ;GOBox 2: SQL Managed InstanceTSXMake a Target ServerApplies to: SQL Server, Azure SQL Managed InstanceOn Azure SQL Managed Instance, most, but not all SQL Server Agent features are currently supported.
https://learn.microsoft.com/en-us/sql/ssms/agent/make-a-master-server https://learn.microsoft.com/en-us/sql/ssms/agent/make-a-target-server
You have two on-premises Microsoft SQL Server 2019 instances named SQL1 and SQL2.You need to migrate the databases hosted on SQL1 to Azure. The solution must meet the following requirements:The service that hosts the migrated databases must be able to communicate with SQL2 by using linked server connections.Administrative effort must be minimized.What should you use to host the databases?
Linked servers enable the SQL Server Database Engine and Azure SQL Managed Instance to read data from the remote data sources and execute commands against the remote database servers (for example, OLE DB data sources) outside of the instance of SQL Server.Linked servers are available in SQL Server Database Engine and Azure SQL Managed Instance. They are not enabled in Azure SQL Database singleton and elastic pools.
https://learn.microsoft.com/en-us/sql/relational-databases/linked-servers/linked-servers-database-engine
HOTSPOT (Drag and Drop is not supported)You have an on-premises Microsoft SQL Server 2016 instance that hosts a database named db1. You have an Azure subscription that contains an Azure SQL managed instance named MI1.You plan to perform an online migration of db1 to MI1 by using Azure Database Migration Service.You need to create the backups for the migration. The solution must minimize the number of backup files created.Which type of backups should you create, and how should you store the backups? To answer, select the appropriate options in the answer area.Note: Each correct selection is worth one point.Hot Area:
Box 1: Full and transaction logKnown issues/migration limitations with online migrations to Azure SQL Managed InstanceBackup requirementsBackup mediaMake sure to take every backup on a separate backup media (backup files). Azure Database Migration Service doesn't support backups that are appended to a single backup file. Take full, differential and log backups to separate backup files.Box 2: Write each backup to a separate file
https://learn.microsoft.com/en-us/azure/dms/known-issues-azure-sql-db-managed-instance-online
You have a SQL Server on Azure Virtual Machines instance named SQLVM1 that was deployed by using an Azure Marketplace SQL Server 2019 Enterprise image.You need to change the Microsoft SQL Server instance on SQLVM1 to the Standard edition. The solution must ensure licensing compliance.What should you do first?
Answer(s): B
In-place change of SQL Server edition on Azure VMThe edition of SQL Server is determined by the product key, and is specified during the installation process using the installation media. The edition dictates what features are available in the SQL Server product. You can change the SQL Server edition with the installation media and either downgrade to reduce cost or upgrade to enable more features.Downgrade an editionTo downgrade the edition of SQL Server, you need to completely uninstall SQL Server, and reinstall it again with the desired edition setup media.1. Back up all databases, including the system databases.2. Move system databases (master, model, and msdb) to a new location.3. Completely uninstall SQL Server and all associated services.4. Restart the virtual machine.5. Install SQL Server by using the media with the desired edition of SQL Server.6. Install the latest service packs and cumulative updates.7. Replace the new system databases that were created during installation with the system databases that you previously moved to a different location.8. After the SQL Server edition is downgraded, modify the edition property of the SQL Server virtual machine in the Azure portal. This will update the metadata and billing associated with this VM.
https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/change-sql-server-edition
Your on-premises network contains a Microsoft SQL Server 2016 server that hosts a database named db1.You have an Azure subscription.You plan to migrate db1 to an Azure SQL managed instance.You need to create the SQL managed instance. The solution must minimize the disk latency of the instance.Which service tier should you use?
Service tier characteristicsSQL Managed Instance has two service tiers: General Purpose and Business Critical.Storage IO latency (approximate)General Purpose: 5-10 msBusiness Critical: 1-2 msIncorrect:Not B: The Hyperscale service tier is currently only available for Azure SQL Database, and not Azure SQL Managed Instance.
https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/resource-limits https://learn.microsoft.com/en-us/azure/azure-sql/database/service-tier-hyperscale
Share your comments for Microsoft DP-300 exam with other users:
answers are correct?
can i belive this dump
great site to practice for sitecore exam
good for students
nice practice dumps
nokia 4a0-114 dumps
great content and wonderful to have the answers with explanation
for question #118, the answer is option c. the screen shot is showing the drop down, but the answer is marked incorrectly please update . thanks for sharing such nice questions.
the correct answer for the question 29 is d.
question no 22: correct answers: bc, 1 per session 1 per page 1 per component always
these are pretty useful
awesome
yes please upload
great job whoever put this together, for the greater good! thanks!
just started to view all questions for the exam
helpful material
hope for the best
will post exam has finished
really correct and good analyze!
excellent thanks a lot
will post once pass the cka exam
good content
q:32 answer has to be option c
nice questions
i really like the support team in this website. they are fast in communication and very helpful.
a good contemporary exam review
q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
cool very helpfull
i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.
is this a valid prince2 practitioner dumps?
all are relatable questions
might help me to prepare for the exam
just paid and downlaod the 2 exams using the 50% sale discount. so far i was able to download the pdf and the test engine. all looks good.
i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available