Viewing 15 posts - 76 through 90 (of 5,111 total)
So where do these linked integers come from? Why, for example, is 1
linked to 1
, 2
, and 3
, but the numbers 8
to 14
only linked to 8
?
February 9, 2023 at 2:32 pm
SQLBits, but call for speakers closed months ago. That's the big one in the UK. Next is Relay. The call for speakers probably opens late spring. After that, Data...
February 9, 2023 at 1:31 pm
Shifting gears a bit, I'm hoping this year that work will be happy to pay (or at least contribute) to me getting out and going to some SQL based events...
February 9, 2023 at 11:14 am
I can barely read those images, so I'm not sure what it's trying to show anyone. Can you elaborate?
February 9, 2023 at 9:53 am
What I find extremely frustrating is when someone writes SQL code that joins multiple tables without prefixing the column names with their originating table or alias using dot notation....
February 8, 2023 at 4:37 pm
What I find extremely frustrating is when someone writes SQL code that joins multiple tables without prefixing the column names with their originating table or alias using dot notation....
February 8, 2023 at 4:36 pm
I will admit, and though I know it shouldn't, it does amuse me when I see code that has something like this:
SELECT *
FROM dbo.MyTable MT ;WITH (NOLOCK)
...
February 8, 2023 at 3:48 pm
A good friend, Aaron Bertrand, does it for all his demo scripts. However, he has a good reason (even if I don't agree). Because people are more than a...
February 8, 2023 at 12:43 pm
Forget leading commas. Let's debate leading semi-colons. @=)
.Please no >_< .Leading commas I accept as a preference, but leading semicolons are another matter entirely, lol .Those are like starting...
February 8, 2023 at 12:18 pm
No, there is no syntax to ALTER
a table and ADD
column only if it doesn't exist, and (presumably) ALTER
the column if it does like, for example, CREATE OR...
February 8, 2023 at 11:44 am
Not an option. I'm outranked by this person. That's why I'm trying to find the information.
Wouldn't someone who "outranks" you want to teach you the why along with the...
February 7, 2023 at 5:15 pm
Thom A wrote:Just to prove Grant's statement a little more, here's a quick demo.
As a bit of a sidebar, what did you use as a screen recorder?
On Windows, ShareX. I...
February 7, 2023 at 5:06 pm
Just to prove Grant's statement a little more, here's a quick demo.
So you can see that the first SELECT
, which wants rows on or after the current...
February 7, 2023 at 12:18 pm
Just to prove Grant's statement a little more, here's a quick demo.
So you can see that the first SELECT
, which wants rows on or after the current...
February 7, 2023 at 12:18 pm
This implies that the ownership chain is being broken somewhere; the point of ownership chaining is that you don't need to give explicit access to the objects. Who are the...
February 7, 2023 at 9:38 am
Viewing 15 posts - 76 through 90 (of 5,111 total)