@@ -36,15 +36,6 @@ Other Parameters Reset it to Default:
36
36
6. fill factor = 0
37
37
7. backup compression default = 1
38
38
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'
48
39
49
40
50
41
Credits: This Max_DOP value query written by Kin
@@ -57,11 +48,27 @@ Author: Bhuvanesh(@SQLadmin)
57
48
Feedback: mailto:r.bhuvanesh@outlook.com
58
49
Updates: www.sqlgossip.com
59
50
License: GPL-3.0
51
+ (C) 2018
60
52
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
+ ╚════════════════════════════════════════════════════════════╝
61
71
62
- (C) 2018
63
-
64
-
65
72
******************************************************************/
66
73
67
74
-- Global Declarations
0 commit comments