Forum Replies Created

Viewing 15 posts - 976 through 990 (of 6,026 total)

  • RE: Login failed for user 'undefined'.

    I saw that error the other day. The messages started appearing in the sql server log across all servers. It resulted from a misconfiguration in the server side component of...

  • RE: Packaged-Application Database Nightmares - A Horror Story.

    caroline-599293 - Tuesday, April 24, 2018 12:43 AM

    Installed SAP, did you? 😉

    or People, or Pegasystems, or ...
    I believe the root problem with...

  • RE: Cloud Snake Oil

    There is a lot of snake oil when it comes to the promotion of IoT, Big Data, and social media. It's the applications and the people behind them that have...

  • RE: Keep It All

    Jeff Moden - Friday, April 20, 2018 1:03 PM

    Eric M Russell - Friday, April 20, 2018 12:15...

  • RE: Keep It All

    jay-h - Friday, April 20, 2018 11:30 AM

    Eric M Russell - Friday, April 20, 2018 11:02...

  • RE: Keep It All

    Unlike Google, FaceBook and Cambridge Analytica; most organizations are not in the business of stockpiling data. A restraunt chain or furniture manufactorer is not in the data business any more...

  • RE: Accessing wrong Database with multiple named instances

    PRINT @@SERVERNAME to confirm you're connected to the correct server.

  • RE: Keep It All

    I believe that Big Data is to a large extent over-hyped. Storage and analytics software providers are kind of like the guys who were selling shovels during the California gold...

  • RE: The Right Connection

    It would be helpful if the concept of assertions were introduced formally into the T-SQL programming language, not just for development purposes but also as a sanity check in production....

  • RE: Removing stored procedures to move to cloud

    Sergiy - Wednesday, April 18, 2018 7:00 PM

    Eric M Russell - Wednesday, April 18, 2018 9:52 AM

  • RE: Use uniqueidentifier field in place of int

    You can leverage the BINARY_CHECKSUM() function to hash a GUID into an INT. However, keep in mind that the cardinality of a 4 byte integer is significantly lower than a...

  • RE: Join on field of varying length

    daniness - Wednesday, April 18, 2018 10:28 AM

    Eric M Russell - Wednesday, April 18, 2018 9:30 AM

  • RE: Fee SQL Standard Edition

    There is a trial version of Enterprise edition. Also, starting with SQL Server 2016, the Developer edition is free. Developer edition has all the features of Enterprise edition but is...

  • RE: Removing stored procedures to move to cloud

    funbi - Wednesday, April 18, 2018 9:22 AM

    Eric M Russell - Wednesday, April 18, 2018 8:23 AM

  • RE: Join on field of varying length

    Of course what you're struggling with here is a denormalized table design, specifically a multi-part policy code column where attributes must be parsed at runtime. I wouldn't remove the original...

Viewing 15 posts - 976 through 990 (of 6,026 total)