Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit c2fa25c

Browse files
author
xibingaomsft
committed
change database server to database driver
1 parent 323be27 commit c2fa25c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/SQLDW/SQLDW_Data_Import.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ try
411411
(gc ./SQLDW_Explorations_Scripts.py).replace('<database name>', $Database) | sc ./SQLDW_Explorations_Scripts.py
412412
(gc ./SQLDW_Explorations_Scripts.py).replace('<user name>', $Username) | sc ./SQLDW_Explorations_Scripts.py
413413
(gc ./SQLDW_Explorations_Scripts.py).replace('<password>', $Password) | sc ./SQLDW_Explorations_Scripts.py
414-
(gc ./SQLDW_Explorations_Scripts.py).replace('<database server>', 'SQL Server Native Client 11.0') | sc ./SQLDW_Explorations_Scripts.py
414+
(gc ./SQLDW_Explorations_Scripts.py).replace('<database driver>', 'SQL Server Native Client 11.0') | sc ./SQLDW_Explorations_Scripts.py
415415
}
416416
else
417417
{
@@ -438,7 +438,7 @@ try
438438
(gc ./SQLDW_Explorations_Scripts.py) -replace '<database name>', $Database
439439
(gc ./SQLDW_Explorations_Scripts.py) -replace '<user name>', $Username
440440
(gc ./SQLDW_Explorations_Scripts.py) -replace '<password>', $Password
441-
(gc ./SQLDW_Explorations_Scripts.py) -replace '<database server>', 'SQL Server Native Client 11.0'
441+
(gc ./SQLDW_Explorations_Scripts.py) -replace '<database driver>', 'SQL Server Native Client 11.0'
442442
}
443443

444444
$end_time = Get-Date

0 commit comments

Comments
 (0)