Incorrect syntax near keyword 'INTO'

[expired user #8851]'s profile image [expired user #8851] posted 9 years ago in Import/Export Permalink
Tried exporting data files on my database 1(MySQL) to my database 2 - (MS SQL) other exporting works fine. When exporting it always shows error of: Incorrect syntax near keywork 'INTO'. Why is that?
[expired user #8851]'s profile image [expired user #8851] posted 9 years ago Permalink
When exporting same table does it matter if number after the primary has been skipped? Example: My primary is of course starts with 1, followed with 5, 8, 9, 10, so on.
[expired user #8851]'s profile image [expired user #8851] posted 9 years ago Permalink
/*!40000 ALTER TABLE "wineclienttable" DISABLE KEYS */

/* [database1] SQL Error (105): Incorrect syntax near the keyword 'INTO'
Unclosed quotation mark after the character string ')'. */

Please login to leave a reply, or register at first.