Skip to content

Commit d2a3b24

Browse files
committed
20 - Default Server name fix
1 parent 8737e27 commit d2a3b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/20_DataBase_Objects.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#>
4343

4444
Param(
45-
[string]$SQLInstance = "reportsdb",
45+
[string]$SQLInstance = "localhost",
4646
[string]$myuser,
4747
[string]$mypass,
4848
[string]$myDatabase,

0 commit comments

Comments
 (0)