Skip to content

Commit a58dea4

Browse files
authored
Update monitoring-performance-by-using-the-query-store.md
Removed extra line of code.
1 parent 0e5ceb0 commit a58dea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/relational-databases/performance/monitoring-performance-by-using-the-query-store.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
4545
Use the **ALTER DATABASE** statement to enable the query store. For example:
4646

4747
```sql
48-
ALTER DATABASE AdventureWorks2012 SET QUERY_STORE = ON;
4948
ALTER DATABASE AdventureWorks2012 SET QUERY_STORE (OPERATION_MODE = READ_WRITE);
5049
```
5150

0 commit comments

Comments
 (0)