@@ -18,7 +18,7 @@ Parameters:
18
18
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
19
19
| Parallelism | P_MAXDOP | Set Max Degree of Parallelism | Based on CPU Cores | Numbers | DECLARE @P_MAXDOP INT=3 |
20
20
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
21
- | Parallelism | CostThresHold | Cost value to use Parallelism | 50 | Numbers | DECLARE @CostThresHold INT |
21
+ | Parallelism | CostThresHold | Cost value to use Parallelism | 50 | Numbers | DECLARE @CostThresHold INT =10 |
22
22
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
23
23
| Files | DBfile | Default Data files | Current Data file location | Path for the files | DECLARE @DBfile nvarchar(500)='C:\Data' |
24
24
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
@@ -27,6 +27,14 @@ Parameters:
27
27
| Files | Backup | Default path for Backup files | Current Backup file path | Path for Backups | DECLARE @Backup NVARCHAR(500)='C:\backups' |
28
28
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
29
29
30
+ Other Parameters Reset it to Default:
31
+ 1. index create memory = 0
32
+ 2. min memory per query = 1024
33
+ 3. priority boost = 0
34
+ 4. max worker threads = 0
35
+ 5. lightweight pooling = 0
36
+ 6. fill factor = 0
37
+ 7. backup compression default = 1
30
38
31
39
Here is how I executed?
32
40
0 commit comments