SIMULATION
Task 3
You need to ensure that all queries executed against dbl are captured in the Query Store.
Here are the steps to enable the Query Store and set the query capture mode to ALL for the database dbl:
Using the Azure portal:
Go to the Azure portal and select your Azure SQL Database server.
Select the database dbl and click onQuery Performance Insightin the left menu.
Click onConfigure Query Storeand turn on theQuery Storeswitch.
In theQuery Capture Modedropdown, selectAlland click onSave.
Using Transact-SQL statements:
Connect to the Azure SQL Database server and the database dbl using SQL Server Management Studio or Azure Data Studio.
Run the following command to enable the Query Store for the database:ALTER DATABASE dbl SET QUERY_STORE = ON;
Run the following command to set the query capture mode to ALL for the database:ALTER DATABASE dbl SET QUERY_STORE (QUERY_CAPTURE_MODE = ALL);
These are the steps to ensure that all queries executed against dbl are captured in the Query Store.
Ines
6 months agoKristofer
6 months agoRonny
6 months agoLorita
6 months agoNorah
7 months agoWade
7 months agoGlory
7 months agoPearline
7 months agoAliza
7 months agoTien
8 months agoLuis
8 months agoEdward
8 months agoTabetha
8 months agoKarima
10 months agoAnissa
10 months agoTasia
10 months agoLoreta
9 months agoPearly
10 months agoMeaghan
9 months agoMeaghan
10 months agoCarman
11 months agoWilletta
9 months agoFelicitas
9 months agoLizbeth
11 months agoElena
11 months agoJulie
10 months agoNoelia
10 months agoElouise
11 months agoKarima
11 months agoAnissa
11 months ago