Incorrect Syntax near 'LOAD'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aafaq
    New Member
    • Aug 2015
    • 1

    Incorrect Syntax near 'LOAD'

    Hi,

    I am working on SQL 2008 database. In Micosoft SQL server Management studio, i am trying to LOAD data in a table, using this query. It show

    Code:
    LOAD DATA LOCAL INFILE 'PATH' INTO TABLE test FIELDS terminated by '\r\t';
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    There is no load data infile syntax in SQL server. That's mysql syntax.

    Comment

    Working...