Hi, i usually use MySQL and import data into tables that I have using the following statement:
LOAD INFILE 'TOTALregistrationss.CSV' INTO TABLE users
This doesn't appear to work with the MS SQL db that I have been forced to use.
I was wondering whether any other MySQL users had been forced to use MS SQL and knew of another way of importing data?
I do not have SQL enterprise manager, 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.CSV' INTO TABLE users
This doesn't appear to work with the MS SQL db that I have been forced to use.
I was wondering whether any other MySQL users had been forced to use MS SQL and knew of another way of importing data?
I do not have SQL enterprise manager, 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