Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Drive Space Monitoring Gets An Update

    Guess they will come later today when the DBA waskes up 🙂

  • RE: SQL Insert performance tuning

    Hi,

    As a starter ... I think I will try the SQlBulkCopy class ... since writing the SSIS package etc. and figure it all out will take time ... but for...

  • RE: SQL Insert performance tuning

    Holy mother of GOD ...

    SSIS Package with the "Script Task" seem handy ...

    Now I can move my ugly console app into the SQL server ... and handle it all from...

  • RE: SQL Insert performance tuning

    After reading a little about SSIS packages it seems really handy ...

    But with the above ... would that not create some extra steps ... as I see it ... would...

  • RE: SQL Insert performance tuning

    Hi,

    Ramesh (1/12/2009)


    Mikael,

    I am no expert:), but I liked to put my own thoughts on this.

    Instead of reading the file row-by-row and forming the dynamic sql for every 1000 lines, what...

  • RE: SQL Insert performance tuning

    RBarryYoung (1/11/2009)


    I think that you'll have to show us the actual code for us to help you.

    Hi Barry,

    Sure ... here it comes.

    With the times above ... this is what takes...

  • RE: SQL Insert performance tuning

    So ... for 4mill rows, 65 mb data ... it takes like ( this is a guess ) 20% of the time my Import app is running ...

    Its all running...

  • RE: SQL Insert performance tuning

    Nicholas Cain (1/11/2009)


    One other thought, if you only need the index for the update, and don't actually need it for queries, why not drop it after the update is completed?

    Before...

  • RE: SQL Insert performance tuning

    Nicholas Cain (1/11/2009)


    Out of curiousity, are all the inserts and updates happening on the same tables for all of the sql files? If that's the case could you drop the...

Viewing 9 posts - 1 through 9 (of 9 total)