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
8 months agoKristofer
8 months agoRonny
8 months agoLorita
8 months agoNorah
9 months agoWade
9 months agoGlory
9 months agoPearline
9 months agoAliza
9 months agoTien
10 months agoLuis
10 months agoEdward
10 months agoTabetha
10 months agoKarima
1 year agoAnissa
1 year agoTasia
1 year agoLoreta
11 months agoPearly
1 year agoMeaghan
11 months agoMeaghan
12 months agoCarman
1 year agoWilletta
11 months agoFelicitas
11 months agoLizbeth
1 year agoElena
1 year agoJulie
1 year agoNoelia
1 year agoElouise
1 year agoKarima
1 year agoAnissa
1 year ago