Ed Wilson (Blog|Twitter) aka Scripting Guy is kicking off another guest blogger week (Nov 28th 2011) with my guest blog post, Four Easy Ways to Import CSV Files to SQL Server with PowerShell. The post demonstrates the following approaches to importing CSVs into a SQL Server table:
- T-SQL BULK INSERT command
- LogParser command-line
- LogParser COM-based scripting
- A Windows Powershell-based approach using several functions