Viewing 15 posts - 1 through 15 (of 128 total)
Just getting to see the people I depend on at work, talk with them, look them in the eye as we talk (and really in the eye, not looking either...
-
June 28, 2022 at 4:16 pm
*** sorry for the spoilers; but my comment didn't make sense to me without them ***
I debated with myself between "Zero re ...
No, "Zero records" is not correct...
-
June 8, 2022 at 4:06 pm
*** sorry for the spoilers; but my comment didn't make sense to me without them ***
I debated with myself between "Zero records" and the more comprehensive "Returns distinct rows from...
-
June 8, 2022 at 1:42 pm
If it ain't broke - don't fix it. So what if the legacy code doesn't follow some newly defined standard - or use the latest functionality available? Unless that code...
-
April 25, 2022 at 5:28 pm
Inconsistencies are a result of not having adequately defined and enforced standards. The reasons for the lack of standards is varying. While some rationale is sensible or a reasonable byproduct...
-
April 25, 2022 at 2:14 pm
We need to think about why someone (admittedly, like myself) would make a habit of prepending the WITH statement of a CTE with a semi-colon. For me it's because I...
-
January 31, 2022 at 4:31 pm
The analysis of how much time does an automation save vs how much time to build is important. I'd like to see more instances of that being used and it...
-
January 17, 2022 at 4:17 pm
Continued Python then PowerShell and web technologies like HTML5/CSS/JS, nodejs etc. Then for technologies containers, cloud, git/github. I want to branch to postgresql and graph and document store dbs as...
-
January 14, 2022 at 5:09 pm
I like the look and feel of ADS... did I hear someone say "dark mode"??!! Setting colors is more limited than I'd like but good enough for me and then...
-
November 10, 2021 at 8:51 pm
Question as is: I execute this code on SQL Server 2019. Each of the tables has one row in it. What happens?
DECLARE @SQL NVARCHAR(4000);
SET @SQL = 'SELECT...
-
October 15, 2021 at 2:48 pm
This comment alludes to the expected correct answer so I put it in a spoiler block.
Either I misunderstood the question (which is likely here) or the below working code should...
-
September 24, 2021 at 2:51 pm
In order to use one of the other data types we have to use a different type specification. While you can use all of those listed datatypes in RAISERROR you...
-
March 9, 2021 at 11:35 pm
Of the list of types provided in the answer explanation, only CHAR, NCHAR, VARCHAR and NVARCHAR types will work.
All the other datatypes fail with the exception "The data type of...
-
March 9, 2021 at 4:00 pm
Not trying to be the semantics police so I'll relinquish the stolen badge right after this, but since I struggled thinking this was a trick question I thought I'd share...
Technically,...
-
December 29, 2020 at 9:55 pm
Viewing 15 posts - 1 through 15 (of 128 total)