SQL Server Video to Pre-Validate Data with PowerShell Before Importing

By:   |   Comments   |   Related: More > Import and Export




Problem / Solution

One issue with importing data into SQL Server is that the import file has rows that have too many or too few columns and therefore the imported data doesn't insert correctly or doesn't import at all.  With small files this is easy to manually correct prior to import, but what about files with thousand or millions of rows?  In this video tip, we look at how to use PowerShell to remove the bad records so the import process can function without issue.

Key Learning Items
  • The import behavior of BULK INSERT when there are too few or too many delimiters in a line.
  • PowerShell script to automate removing invalid lines.
  • Reminder of why logging good data is important.
Read Companion Tip

Click Here



sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Tim Smith Tim Smith works as a DBA and developer and also teaches Automating ETL on Udemy.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article

















get free sql tips
agree to terms