I am using PHP and MSSQL for my website, and I want to upload a CSV file as a table. However, MSSQL seems to not support the LOAD DATA INFILE command. I know this works in MySQL. So I was wondering, what is the MSSQL alternative/equivalent to the MySQL LOAD DATA INFILE??? Your help is much appreciated...thanks in advance...
Bookmarks