Viewing 7 posts - 1 through 7 (of 7 total)
Ahhh yes...Β Absolutely right... Always a gotchaβ¦ π
May 9, 2019 at 8:26 pm
Great question...Β I would have used the following sort instead for month number:
ORDER BY DATEPART(mm,oh.OrderDate)
May 9, 2019 at 5:52 pm
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...
July 26, 2017 at 7:14 am
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')
November 10, 2015 at 7:49 am
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"....
August 16, 2013 at 7:05 am
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...
July 19, 2013 at 7:38 am
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...
June 11, 2009 at 7:48 am
Viewing 7 posts - 1 through 7 (of 7 total)