Viewing 15 posts - 76 through 90 (of 379 total)
Hi Jeff! Here's a version that I've used for a while that's been pretty handy for me:
CREATE FUNCTION dbo.fnTally(@RowCnt bigint, @ZeroOrOne bit = 1)
RETURNS TABLE WITH SCHEMABINDING
AS...
August 13, 2019 at 5:40 pm
I have used the analogy of medical doctors before to describe the different fields within the computing space. It does help people to recognize that there is quite a bit...
May 24, 2019 at 2:18 pm
I thought the same thing initially, but it won't work because DATEPART(mm,oh.OrderDate) is not part of the GROUP BY whereas DATENAME(mm,oh.OrderDate) is.
May 9, 2019 at 6:02 pm
Arg! I clicked the wrong one! I got so excited because I new that it would list it by month name yet be in the proper order (month number). This...
May 9, 2019 at 4:11 pm
Great article Thom! I've been working on a SQL Saturday presentation right along these lines. There were a couple of points that I'd like to include in my presentation with...
April 29, 2019 at 2:51 pm
This post was a great recognition to those who travel extensively and the impact that it has on them and their family. For a period of time, I figured that...
April 26, 2019 at 6:53 pm
Good morning Steve! When travel becomes a weekly issue with multiple legs on the journey, such scheduling issues can indeed become a major problem. I figured out one time that...
April 11, 2019 at 2:03 pm
I tend to agree with Jeff in that the length of the presentation depends on the subject and the required depth of discussion needed for it to be properly understood....
March 15, 2019 at 8:58 am
March 11, 2019 at 7:43 am
February 28, 2019 at 8:20 am
February 28, 2019 at 8:18 am
February 28, 2019 at 8:15 am
February 27, 2019 at 7:58 pm
I agree that NoSQL environments have their niches and work well within those, I believe that too many problems arise when folks try to use NoSQL environments for problems that...
February 27, 2019 at 9:16 am
What really gets me is that so many of the NoSQL databases now offer an SQL interface. I have seen folks go to great lengths to avoid using a relational...
February 27, 2019 at 8:22 am
Viewing 15 posts - 76 through 90 (of 379 total)