I have a large CSV file and I want to execute a stored procedure for each line.
What is the best way to execute a stored procedure from PowerShell?
Use sqlcmd instead of osql if it's a 2005 database