Demo of the -UseMSSQLSyntax parameter

This commit is contained in:
dfinke
2018-06-24 09:57:00 -04:00
parent 050deb3506
commit b2a884e7f1
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Import-Module ..\..\ImportExcel.psd1 -Force
ConvertFrom-ExcelToSQLInsert -TableName "Movies" -Path ".\Movies.xlsx" -ConvertEmptyStringsToNull
''
'# UseMSSQLSyntax'
ConvertFrom-ExcelToSQLInsert -UseMSSQLSyntax -TableName "Movies" -Path ".\Movies.xlsx" -ConvertEmptyStringsToNull

Binary file not shown.