Forum Replies Created

Viewing 15 posts - 76 through 90 (of 130 total)

  • RE: SSIS Script datetime conversion

    Thanks Phil!

    You are never to old to learn something new. I didnt even know about the now.date

  • RE: Bulk Insert

    For me personally, the bulk insert would be a bit of an overkill. I load daily data and somedays I would have to load upto a 10 million records, but...

  • RE: Bulk Insert

    I use bulk inserts only on tables with more than 10 million rows. SSIS handles the data import quite well I there is only 1 case where I use bulk...

  • RE: Text file data to be distributed into 3 SQL Tables - how?

    Craig Farrell (1/31/2011)


    In T-SQL, you'll build a staging table that holds all of the columns/rows

    Out of the 20 odd SSIS packages I'm in control off, 2 of them uses this...

  • RE: SSIS script component as destination

    What I do in my packages if I want to update the data in the table which I read in already, is to use

    a SQL Task, where I call...

  • RE: Scaling Up

    Ok, not large scale but I developed and maintain a 550 gig datawarehouse database, got 1 table with close to 900 million records, and anothers with 600 mil, 400 million...

  • RE: SSIS EXCEL CONNECTION

    "We are now using template file to replace if existing..As I don't think we have option to truncate the data.."

    With SSIS and Excel as destination file, I found that you...

  • RE: Need help, to load dynamic columns

    Just to add, seeing that the original question was about reading in CSV file, I’ve got a scenario where I need to read in txt files from the cell phone...

  • RE: How to copy a Project

    Just to add. I have about 30 project all about the same, all of them reading Falt files into the Warehouse. I go into Windows Explore and copy and paste...

  • RE: Coding With Music

    If i need to do some serious coding, I put on the headphones and some nive heavy metal or something similar.

    I'm in a open plan office and there can be...

  • RE: Bulk Insert Error: Linked Server "(null)"

    The package is just a XML file, open it up in any test editor. I use Textpad for this.

    For instance the reason I do the manual edit of the file...

  • RE: Bulk Insert Error: Linked Server "(null)"

    Ok, it was just a quick reply I must admit.

    I only now see that you found you solution already.

    But to add, I had a problem with the Bulk insert (cant...

  • RE: Bulk Insert Error: Linked Server "(null)"

    I had the same problem and I think that it is a bug in SSIS.

    When you select the table to be populated in the drop down list in the OLE...

  • RE: Change the Script language in SSIS

    Correct, only in 2008

  • RE: Using Varaibles in Script component

    Hi Phil, sorry about that, but yesterday was mad and I really needed a solution thats why the post.

    But if I just used the correct terms......Something I've always struggled...

Viewing 15 posts - 76 through 90 (of 130 total)