Skip to content

Commit 1ef13ad

Browse files
RobRob
authored andcommitted
following redgate streamed
1 parent 912f3f5 commit 1ef13ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

notebooks/NotDotNet/Agent/AGENT - Getting Run Time Webpage.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\r\n",
2222
"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",
2323
"\r\n",
24-
"Alter the code below to \r\n",
24+
"Alter the code below to For Freyja\r\n",
2525
"\r\n",
2626
"````\r\n",
2727
"$Instance = '' # put the instance in the single quotes \r\n",
@@ -82,7 +82,7 @@
8282
{
8383
"cell_type": "code",
8484
"source": [
85-
"$Instance = '' # put the instance in the single quotes\r\n",
85+
"$Instance = 'SQL2017n5' # put the instance in the single quotes\r\n",
8686
"$daysbehind = 1 # Choose how many days back you need the information - It will show a 24 hour period\r\n",
8787
"$StartDate = (Get-Date).AddDays(- $daysbehind)\r\n",
8888
"$DoW = $StartDate.DayOfWeek\r\n",
@@ -100,13 +100,13 @@
100100
"azdata_cell_guid": "4c5b928b-48ee-427d-a614-ae27b621397f"
101101
},
102102
"outputs": [
103-
{
104-
"output_type": "stream",
105-
"name": "stdout",
106-
"text": ""
107-
}
108-
],
109-
"execution_count": 6
103+
{
104+
"name": "stdout",
105+
"text": "",
106+
"output_type": "stream"
107+
}
108+
],
109+
"execution_count": 2
110110
},
111111
{
112112
"cell_type": "markdown",

0 commit comments

Comments
 (0)