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 2ae49ed

Browse files
updated dba-config
1 parent 195cd69 commit 2ae49ed

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

‎DBA/dba-config.sql

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ Other Parameters Reset it to Default:
3636
6. fill factor = 0
3737
7. backup compression default = 1
3838
39-
Here is how I executed?
40-
41-
DECLARE @MinMem int -- Let the query calculate this
42-
DECLARE @MaxMem int -- Let the query calculate this
43-
DECLARE @P_MAXDOP INT -- Let the query calculate this
44-
DECLARE @CostThresHold INT -- Let the query calculate this
45-
DECLARE @DBfile nvarchar(500) -- 'C:\Data'
46-
DECLARE @Logfile nvarchar(500) -- 'C:\Log'
47-
DECLARE @Backup NVARCHAR(500) -- 'C:\Backups'
4839
4940
5041
Credits: This Max_DOP value query written by Kin
@@ -57,11 +48,27 @@ Author: Bhuvanesh(@SQLadmin)
5748
Feedback: mailto:r.bhuvanesh@outlook.com
5849
Updates: www.sqlgossip.com
5950
License: GPL-3.0
51+
(C) 2018
6052
53+
*************************
54+
Here is how I executed?
55+
*************************
56+
╔════════════════════════════════════════════════════════════╗
57+
║ DECLARE @MinMem int,-- Let the query calculate this ║
58+
╠════════════════════════════════════════════════════════════╣
59+
║ DECLARE @MaxMem int,-- Let the query calculate this ║
60+
╠════════════════════════════════════════════════════════════╣
61+
║ DECLARE @P_MAXDOP INT,-- Let the query calculate this ║
62+
╠════════════════════════════════════════════════════════════╣
63+
║ DECLARE @CostThresHold INT,-- Let the query calculate this ║
64+
╠════════════════════════════════════════════════════════════╣
65+
║ DECLARE @DBfile nvarchar(500) -- 'C:\Data' ║
66+
╠════════════════════════════════════════════════════════════╣
67+
║ DECLARE @Logfile nvarchar(500) -- 'C:\Log' ║
68+
╠════════════════════════════════════════════════════════════╣
69+
║ DECLARE @Backup NVARCHAR(500) ║
70+
╚════════════════════════════════════════════════════════════╝
6171
62-
(C) 2018
63-
64-
6572
******************************************************************/
6673

6774
-- Global Declarations

0 commit comments

Comments
(0)

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