Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 195cd69

Browse files
update dba-config
1 parent f43790b commit 195cd69

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎DBA/dba-config.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Parameters:
1818
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
1919
| Parallelism | P_MAXDOP | Set Max Degree of Parallelism | Based on CPU Cores | Numbers | DECLARE @P_MAXDOP INT=3 |
2020
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
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 |
2222
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
2323
| Files | DBfile | Default Data files | Current Data file location | Path for the files | DECLARE @DBfile nvarchar(500)='C:\Data' |
2424
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
@@ -27,6 +27,14 @@ Parameters:
2727
| Files | Backup | Default path for Backup files | Current Backup file path | Path for Backups | DECLARE @Backup NVARCHAR(500)='C:\backups' |
2828
+-------------+---------------+-------------------------------+-------------------------------+-----------------------+--------------------------------------------+
2929
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
3038
3139
Here is how I executed?
3240

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /