Viewing 15 posts - 211 through 225 (of 6,022 total)
Thanks to AirTags and similar tracking technology, thieves have to be more careful about swiping stuff left lying around in the open. I've thought about taking an old...
February 25, 2022 at 3:07 pm
Thanks to AirTags and similar tracking technology, thieves have to be more careful about swiping stuff left lying around in the open. I've thought about taking an old phone or...
February 24, 2022 at 3:39 pm
Thought crosses my mind that maybe the use of CHAR data is a good way to have to revisit the Y2K days.
As of 2014, FaceBook recognizes 58 variations of...
February 11, 2022 at 2:46 pm
I'll use CHAR(1) on occasion for internal status codes where I also have control over the domain of allowable values (ie: RunStatus = 'P').
February 11, 2022 at 1:49 pm
".. Snowflake is something that a company can run on AWS, Amazon, or GCP .."
Maybe you meant to say Azure instead of "Amazon", but Snowflake can be hosted in Azure...
February 9, 2022 at 6:44 pm
I suspect that most resignations are people switching jobs, and the primary motivation is the opportunity of remote work. Historically, and this applies especially to IT, there are those who...
February 4, 2022 at 2:53 pm
The business should define outcomes. For example: build a dashboard providing A, B, C that conforms with our established Agile / DevOps process, and deliver it within our X budget...
January 28, 2022 at 5:49 pm
Not only useful, but JavaScript is is just plain fun to learn.
January 26, 2022 at 9:15 pm
Query Store is a good tool for baselining a query over time and also identifying if it's execution plan has regressed in a way that contributes to it's performance. Too...
January 24, 2022 at 7:44 pm
All PCs connected to our network must have a client tool installed called 'Admin By Request' by FaskTrack Software. It intercepts any attempt by an executable to run as local...
January 20, 2022 at 6:18 pm
The most significant threat to any organization is the DBA who downloads from GitHub an executable containing a remote desktop trojan. The trojan is running on a PC behind the...
January 20, 2022 at 4:40 pm
Our DBA team has an ASP.NET application called DBADashboard where we consolidate various operational reports for our own consumption and other reports that provide visibility to other IT teams. It's...
January 18, 2022 at 2:02 pm
You also have to take into consideration the amount of wasted time that would result if the automated schedule was calculated incorrectly resulting in duplicated effort - or even worse,...
January 18, 2022 at 1:46 pm
That could be, but when management dictates to developers how to code a for() loop, then it's time to polish up the resume and move on.
January 12, 2022 at 3:03 pm
I don't know what logic was executed inside the loop. If it was querying the database for each iteration (bad design pattern to start with), then I can somewhat understand...
January 12, 2022 at 2:08 pm
Viewing 15 posts - 211 through 225 (of 6,022 total)