Hyper-efficient Text Importing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Awah Teh

    Hyper-efficient Text Importing

    I am working on a project that involves importing IIS Log files into a SQL
    Server database (and these logfiles are big --> Some up to 2GB in size).

    Up until now I thought that DTS or the BULK INSERT command was the fastest
    method out there, but still proves to be long (taking an average of 45mns to
    an hour to process each log file).

    Because I have to import the log files from three web heads in my cluster
    (therefore 2GB log files per server times three servers), this really throws
    off the concept of "real time" or near "real time" reporting.

    So that begs the question. WHAT IS THE MOST EFFICIENT, AND QUICKEST
    TEXT-FILE TO SQL SERVER IMPORTING TOOL, METHODOLOGY, SAMPLE CODE, WHATEVER,
    OUT THERE???

    Any help/lead will be greatly appreciated.

    ps: I have seen some applications (such as Clicktracks 4.0 - which is a
    logfile analyzer) gulp up to 2GB log files in less than 10 seconds so I know
    there is faster and better than DTS or BULK IMPORT out there.

    Thanks for your help in advance

    --
    Awah Teh
    DigicentriQ Technologies, LLC
    awaht@digicentr iq.com

    877 675 4742
    805 732 9421


  • William Tasso

    #2
    Re: Hyper-efficient Text Importing

    Awah Teh wrote:[color=blue]
    > ...
    > So that begs the question. WHAT IS THE MOST EFFICIENT, AND QUICKEST
    > TEXT-FILE TO SQL SERVER IMPORTING TOOL, METHODOLOGY, SAMPLE CODE,
    > WHATEVER, OUT THERE???
    >[/color]
    syncsort (sp?)
    --
    William Tasso - http://WilliamTasso.com


    Comment

    • Don Verhagen

      #3
      Re: Hyper-efficient Text Importing

      In news:eu5DmrXcDH A.1044@TK2MSFTN GP10.phx.gbl,
      Awah Teh <awaht@digicent riq.com> typed:
      : I am working on a project that involves importing IIS Log files into
      : a SQL Server database (and these logfiles are big --> Some up to 2GB

      It seems the only groups you haven't cross-post to were the relevant ones,
      try:

      microsoft.publi c.sqlserver.*

      This has nothing to do with ASP(.net). They will probably have the best
      knowledge on how to bulk insert data from external sources (ie text/log
      files).

      Don


      Comment

      Working...