Announcement

Collapse
No announcement yet.

BULK INSERT Problem

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • BULK INSERT Problem

    PHP Code:
    BULK INSERT Datenbank.dbo.Test
       FROM 
    '\\lala\Test'
       
    WITH
          
    (
            
    FORMATFILE '\\lala\Test.fmt'
          

    Fehler:
    PHP Code:
    Cannot perform bulk insertInvalid collation name for source column 2 in format file '\\lala\Test.fmt'
    Test.fmt

    PHP Code:
    8.0
    2
    1 SQLCHAR 0 10    
    "" 1    Test        SQL_Latin1_General_CP850_CI_AS
    2 SQLCHAR 0 18    
    "\r\n"    2 Test1         SQL_Latin1_General_CP850_CI_AS 
    Dateiinhalt:

    PHP Code:
    4228000000000000060820690851
    4228000000000000060820690851 
    die Test Spalte ist char(10) und die Test1 char(18)

    Hat jemand eine Idee??

  • #2
    hat wirklich niemand eine Idee

    Comment


    • #3
      Google ist voll damit, ist nichts passendes dabei, was Dir weiterhilft?

      http://www.google.de/search?hl=de&q=...le-Suche&meta=
      Olaf Helper

      <Blog> <Xing>
      * cogito ergo sum * errare humanum est * quote erat demonstrandum *
      Wenn ich denke, ist das ein Fehler und das beweise ich täglich

      Comment

      Working...
      X