Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 39,717 total)

  • Reply To: The Time Thieves

    Completely agree on meetings. They should be shorter and more focused where needed, eliminated where they aren't providing good value.

  • Reply To: AI Medical Record Scanning

    First, doctors get busy in hospitals, and in offices, and they can and do miss things. This is like another pair of eyes looking at data. The AI has no...

  • Reply To: Searching Strings

    Almost praise. I like it

  • Reply To: Talking baseball

    Ah, drop a note when you think about going. I used to love the afternoon games, but haven't gone in years because of scheduling. Miss taking a little time at...

  • Reply To: The VALUES Limit

    I'm not sure that counts as a TVC in an INSERT. The TVC is in the SELECT statement.

    I also don't know how to word this without just giving away an...

  • Reply To: The Challenge of New Platforms

    I am as well. I'm open to new platforms, but not just because someone had experience and likes it. Or thinks it would be better. We need some sort of...

  • Reply To: Self-Service Databases

    Rod at work wrote:

    ...

    If we're doing something like developing something new against an existing database, then the process is faster. A new database schema isn't needed, so instead of creating a new...

  • Reply To: Self-Service Databases

    call.copse wrote:

    If people have these wonderful self hydrating database environments, does this mean they don't get questions with no body? 😉

    Not sure what you mean?

  • Reply To: The VALUES Limit

    Apologies. Was out of touch last week, but I've adjusted the question to note an INSERT statement and award points back.

  • Reply To: Login attempt from different IPs in the errorlog

    Saran wrote:

    Steve Jones - SSC Editor wrote:

    Double check your configuration settings for the network. You could have something else open and available. Ideally, we do not expose SQL Servers on the Internet in any...

  • Reply To: Adding images

    Test

  • Reply To: Life Organization

    KerryH wrote:

    Looking back over my work life there is much I regret.

    ...

    Wow, quite the story and glad your son is doing well.

    I completely agree. This wasn't as much about life,...

  • Reply To: Life Organization

    latkinson wrote:

    I'm trying to learn to do better at writing things down in a planner. But then I get too busy to write it all down and things lapse or...

  • Reply To: Life Organization

    call.copse wrote:

    "I walked outside to take the call during a break and was told I wasn"t responding quick enough to the call. The emergency? A test of how quickly I'd...

  • Reply To: SQL server help

    Just add it in:

    SELECT t2.VID, t2.OrdDate, t2.Prg1,
    CASE WHEN t2.RowNum = 1 THEN VIDCount ELSE NULL END AS VIDCount
    FROM (
    ...

Viewing 15 posts - 1,336 through 1,350 (of 39,717 total)