You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/NotDotNet/Agent/AGENT - Getting Run Time Webpage.ipynb
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
"\r\n",
22
22
"This notebook will create and open an HTML page showing the run times of the Agent Jobs on an instance for a 24 hour period - It will be saved in `C:\\Temp`\r\n",
23
23
"\r\n",
24
-
"Alter the code below to \r\n",
24
+
"Alter the code below to For Freyja\r\n",
25
25
"\r\n",
26
26
"````\r\n",
27
27
"$Instance = '' # put the instance in the single quotes \r\n",
@@ -82,7 +82,7 @@
82
82
{
83
83
"cell_type": "code",
84
84
"source": [
85
-
"$Instance = '' # put the instance in the single quotes\r\n",
85
+
"$Instance = 'SQL2017n5' # put the instance in the single quotes\r\n",
86
86
"$daysbehind = 1 # Choose how many days back you need the information - It will show a 24 hour period\r\n",
0 commit comments