Forum Replies Created

Viewing 15 posts - 676 through 690 (of 6,041 total)

  • RE: Merry Christmas 2018

    My wife and I got the kids a Beagle puppy from a local pet shelter for Christmas, so this holiday was extra special. 🙂

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

  • RE: Christmas DevOps

    Hey, the days leading up to Christmas is the perfect time for team leads to schedule deployment requests. That way, if something goes wrong, the DBA will have plenty of...

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

  • RE: Convert string MMDDYYYY to a date

    You're already importing the source text files using SSIS anyhow, so I agree with others that you should do this transformation using a "derived column" or "import column transformation" task....

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

  • RE: The Full Stack DBA

    Look at this from different angles, I'll start by saying that the DBA should own the database. She should should be the smartest guy in the room when it comes...

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

  • RE: Spend More on Security

    One thing that most all data breaches have in common is that it involves data access patterns that are not typical. The hacker must poke around, exploring for vulnerabilities, and...

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

  • RE: The Wild Developers of SQL Server like Wildcards

    RegEx is useful, particularly for ETL, but from the perspective an application, having the data in a normalized and index-able format is more useful. A discussion came up a few...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    Jeff Moden - Wednesday, December 19, 2018 8:52 AM

    I have to admit that I've not seen the likes of this problem before...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    Jeff Moden - Tuesday, December 18, 2018 7:17 PM

    What does the warning triangle have to say?

    It's warning about cardinality...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    ScottPletcher - Tuesday, December 18, 2018 3:42 PM

    That's logical since it's changing one of the keys.

    Otoh, why are you specifying a...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    Here is a portion of the execution plan:

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    After examining Query Store, I have determined the following update statement is the source for the sample error above. It's performing an UPDATE/JOIN between a staging table and the production...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    OK, here I will restate the problem, this time with less obfuscation, except for the actual data values involved.

    Here is a sample error. 

    Cannot insert duplicate key...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    Jeffrey Williams 3188 - Tuesday, December 18, 2018 2:56 PM

    Just curious - but is it possible the PAGE compression on the index...

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

  • RE: Entity-Attribute-Value is evil ? how to avoid...

    Jeff Moden - Tuesday, December 18, 2018 11:49 AM

    Eric M Russell - Tuesday, December 18, 2018 10:04...

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

  • RE: Error: Cannot insert duplicate key row in... a non-unique index?!

    frederico_fonseca - Tuesday, December 18, 2018 11:18 AM

    can you also post the DDL for index I

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

Viewing 15 posts - 676 through 690 (of 6,041 total)