Updated notebooks

This commit is contained in:
Alex Protsenko
2019-11-01 20:48:00 +03:00
committed by GitHub
parent 75c3537c79
commit ac5000c2ea
@@ -359,13 +359,9 @@
"#Setup two parameters that are used in all the customization examples below\r\n",
"#$binariesPath='<replace this with the path to customization json files, e.g. \"C:\\SQLAsmnt\\CustomizationSamples\">' \r\n",
"$binariesPath='C:\\SQLAsmnt\\CustomizationSamples'\r\n",
"######REMOVELINEBELOW\r\n",
"$binariesPath='D:\\Temp\\dem\\Wed Version\\notebooks\\CustomizationSamples'\r\n",
"$binariesPath\r\n",
"\r\n",
"#$serverInstance = Get-SqlInstance -ServerInstance 'localhost'\r\n",
"######REMOVELINEBELOW\r\n",
"$serverInstance = Get-SqlInstance -ServerInstance '.\\sql2017express'\r\n",
"$serverInstance = Get-SqlInstance -ServerInstance 'localhost'\r\n",
"$serverInstance\r\n",
"\r\n",
"$sqlDbMaster = $serverInstance | Get-SqlDatabase -Name master\r\n",
@@ -377,7 +373,7 @@
"tags": []
},
"outputs": [],
"execution_count": 37
"execution_count": 2
},
{
"cell_type": "code",