Forum Moderators: coopster

Message Too Old, No Replies

export from excel to ms sql

         

jackvull

11:11 pm on Nov 26, 2007 (gmt 0)

10+ Year Member



Is there an equivalent to LOAD DATA INFILE to export from Excel to MS SQL server?
I need to upload a file through PHP to do this.

ALso, might it be better to upload the file to the server and then run a command locally?

phparion

5:37 am on Nov 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



you can use the word LOCAL with load data infile if the file is on your system. You don't need to upload it.

have you checked mysqlimport command and phpmyadmin? there are many other softwares which allow you to upload different format files to SQL database through GUI.