Hi, does anybody know how to perform the following MySQL statement in MS SQL?
LOAD INFILE 'TOTALregistrationss.xls' INTO TABLE users
This doesn't appear to work with the MS SQL db that I have been forced to use.
All I have access to is something called Qtado which is a universal querying tool that this guy sells for a couple of pounds. We are renting space on our hosts SQL server.
Any help would be greatly appreciated,
Rich
LOAD INFILE 'TOTALregistrationss.xls' INTO TABLE users
This doesn't appear to work with the MS SQL db that I have been forced to use.
All I have access to is something called Qtado which is a universal querying tool that this guy sells for a couple of pounds. We are renting space on our hosts SQL server.
Any help would be greatly appreciated,
Rich