RIP, Robert Davis
A sad day for me.
A Memorial and Grief fund has been set up, if you’d like to contribute.
2018-04-05
449 reads
A sad day for me.
A Memorial and Grief fund has been set up, if you’d like to contribute.
2018-04-05
449 reads
2018-04-05
1,042 reads
Titles are very important to many people. Steve wonders if the main title many of us use will go away.
2018-04-04
245 reads
2018-04-04
709 reads
I saw a people discussing date formats on Twitter after PASS put out an advertisement for a webinar with a...
2018-04-03
395 reads
2018-04-03
241 reads
2018-04-02
81 reads
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2018-03-30 (first published: 2018-03-22)
2,644 reads
2018-03-30
833 reads
2018-03-29
148 reads
I previously wrote about how the underlying technology for Fabric mirroring changed with SQL...
By Steve Jones
At the recent Redgate Summit in Chicago, I demo’d (lightly) the ML based Alert...
By Steve Jones
los vidados – n. the half-remembered acquaintances you knew years ago, who you might...
I'm trying to get this string_agg to put all the 'comments' into one result...
Comments posted to this topic are about the item Vectors in SQL Server 2025
Comments posted to this topic are about the item Odd Sequences
What values are returned from this code?
CREATE SEQUENCE NumericSequence
AS NUMERIC(5,1)
START WITH 1.0
INCREMENT BY 0.1;
GO
SELECT NEXT VALUE FOR NumericSequence
GO
SELECT NEXT VALUE FOR NumericSequence
GO See possible answers