Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • Reply To: Strange Sorting

    Ahhh yes...Β  Absolutely right... Always a gotcha… πŸ™‚

  • Reply To: Strange Sorting

    Great question...Β  I would have used the following sort instead for month number:

    ORDER BY DATEPART(mm,oh.OrderDate)

     

  • RE: SSMS is Free

    Currently using SQL Server 2014 and have a solution (.ssmssln) with over 3000 scripts checked in to Team Foundation Server.  Downloaded 17.1 and could find no option for setting up Source...

  • RE: Job Schedules

    Even more readable... WHERE js.next_run_date = CONVERT(VARCHAR(8), GETDATE(), 112)

    The outer cast is unnecessary as datetime will equate with a valid date in string format (e.g., = '20151110')

  • RE: User with total points more than 30000?

    Must be true... "they can't put anything on the internet that isn't true" (State Farm commercial) πŸ™‚

    Client -- "Yes, that's what we asked for, but that's not what we wanted"....

  • RE: What's in a name?

    I took the "you" personally and since my version is SQL Server 2008 R2, the dev environment "I" use is BIDS. πŸ™‚

    Bill Mitchell

    Production Support Analyst

    EIS Web Development

    EBSCO...

  • RE: Who's At Fault

    We certainly live in a liability crazy society. There's probably a fortune to be made in writing iron-clad, lawyer-proof disclaimers. A new cottage industry, perhaps... πŸ™‚

    It seems...

Viewing 7 posts - 1 through 7 (of 7 total)