mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Updated notebooks
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user