Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 6,041 total)

  • RE: asyncronous sql queries?

    By setting the property RetainSameConnection = True on the Connection Manager, temporary tables created in one Control Flow task can be retained in another task. You would have X number...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Down Tools Week 2016

    Gary Varga (9/14/2016)


    It is this sort of thing that has me longing for from the freelancers world that I live in. That none of my clients have yet to do...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Encryption Keys Matter

    djackson 22568 (9/14/2016)


    Eric M Russell (9/14/2016)


    djackson 22568 (9/13/2016)


    Eric M Russell (9/13/2016)


    The NSA is going to poop their pants if Gary Johnson is elected as the next US president.

    I think more...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How to open a 12GB SQL error log file without shrinking it

    How did you end with a 12 GB mssql ERRORLOG file, if that's what you're talking about?

    Anyhow, there are some Hex editors like HxD or XVI32 that can browse and...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Add million of records

    sqlenthu 89358 (9/14/2016)


    Eric M Russell (9/14/2016)


    Is it essential that the table be available for users during this bulk load operation, and is the table partitioned?

    Table is not partitioned and also...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Encryption Keys Matter

    djackson 22568 (9/13/2016)


    Eric M Russell (9/13/2016)


    The NSA is going to poop their pants if Gary Johnson is elected as the next US president.

    I think more people than those at the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Add million of records

    Is it essential that the table be available for users during this bulk load operation, and is the table partitioned?

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: delete millions of rows

    ChrisM@Work (9/13/2016)


    Eric M Russell (9/12/2016)


    4 million rows is actually not a lot, but it depends on the speed of your storage system and whether the table will need to remain...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Encryption Keys Matter

    The NSA is going to poop their pants if Gary Johnson is elected as the next US president.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What kind of Fact table is this

    Ralph Kimball has said everything there is to say, past and future, about accumulating snapshot fact tables. All the wisdom is enshrined in his website and books.

    http://www.kimballgroup.com/data-warehouse-business-intelligence-resources/kimball-techniques/dimensional-modeling-techniques/accumulating-snapshot-fact-table/

    http://www.kimballgroup.com/2014/06/design-tip-167-complementary-fact-table-types/

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: delete millions of rows

    All forum discussions boil down to a debate over clustering keys. 🙂

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Insert Procedure running very slow - Please advice !!!

    DML operations (INSERT, UPDATE, DELETE, and MERGE statements) hold an active transaction until the operation completes. When you have a DML operation that combines a complex SELECT with JOINs, then...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Troubleshooting High Cpu per session

    kathy.plamann 36011 (9/12/2016)


    Thanks for all the reply's. It seems that main issue was a network problem.

    How was your high CPU utilization related to the network?

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Teaching a dog to sing

    David.Poole (9/12/2016)


    I get a bit frustrated with the latest fanboy shiny ball that seems like the previous shiny ball with 10% of the features fixed and 10% of what worked...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Teaching a dog to sing

    If someone were to choose only one programming language with which to learn and stay updated, I'd suggest SQL. Not only does most every corporate IT project require a SQL...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 2,281 through 2,295 (of 6,041 total)