Viewing 15 posts - 361 through 375 (of 8,760 total)
We've been using Teams for a lot of communication, but sometimes it's nice to get up and walk over to someones' desk, or turn the chair to chat with...
December 15, 2020 at 2:28 pm
I guess I'm an odd ol' duck. I don't need or even want F2F interaction with humans unless it's on a pool table in my favorite bar and...
December 15, 2020 at 2:24 pm
Having a bit of a tough time yesterday and today remembering a good long distance friend and SQL heavy hitter. It's hard to believe that it's been 5 years...
December 13, 2020 at 2:47 pm
Just add your logic to a character column using 0 and 1 😉
😎
December 8, 2020 at 6:50 pm
The ANSI/ISO standards specify an extra clause that goes after the order of the sort (ASC | DESC) which will let you decide the order of the nulls...
December 7, 2020 at 6:05 pm
Start with Glenn Berry's scripts
😎
December 5, 2020 at 4:03 pm
Steve, you're not the chap I thought you were.
Where's the Fuller's Golden Honeydew, and then where was the Guiness. (Or, have you drunk them all?).
Kenneth Spencer
Why go for the...
December 5, 2020 at 1:16 pm
Hi all,
need your help on conversion of excel formula into case statement. i tried but missing only one case. below is excel formula:
=IF(AND(Q141="EndOfDay", AD141="EndOfDay",V141=""),8, MIN(8, IF(OR(Q141="EndOfDay"), 0, IF( AND(...
December 4, 2020 at 7:06 pm
JC makes a good point, the ANSI/ISO has the extra clause of (NULL FIRST | NULL LAST), unfortunately, omitted by many vendors including MS.
😎
In SQL Server, NULL FIRST is implied,...
December 4, 2020 at 6:57 pm
I'm trying to develop a formula to convert minutes (my raw data) to hh:mm:ss format. E.g.: 526.30 minutes = 31,578 seconds which should read 08 hrs. 47 minutes and...
December 2, 2020 at 6:33 pm
I'm trying to get my head around the Geography/Geometry methods in SQL Server... are the shapefiles for all the countries downloadable from somewhere? So far I haven't found them.
There...
December 2, 2020 at 6:23 pm
My next question is if Instant File Initialization is enabled on the databases?
😎
The next thing we will then look into are the running processes and memory usage.
November 25, 2020 at 5:20 pm
Actually, in Assembler comparison of 2 values is implemented via deducting of one value from another.
So, if you intuitively replace comparison with deduction then it means that you have...
November 25, 2020 at 9:45 am
Regarding the accidental DBA, has no one seriously running into the anti-virus scanning issue? The more he posts, the more I'm convinced one of his servers is scanning the...
November 25, 2020 at 9:42 am
Accidental is indeed a gentle description. Looks like the OS is the same, and the file being loaded, and everything else differs.
Finish your coffee before taking a peek. Or...
November 24, 2020 at 7:52 pm
Viewing 15 posts - 361 through 375 (of 8,760 total)