Viewing 15 posts - 166 through 180 (of 5,986 total)
Securing data in a warehouse is an often overlooked topic. Rather than granting wholesale access of tables to an entire IT department, group level permissions should be based on functional...
March 30, 2022 at 5:18 pm
I like that chart Jeff, I might add it to my favourite argument I trot out every time I am faced with a short password requirement that forces numbers,...
March 29, 2022 at 2:19 pm
Regarding best practice for password complexity: it depends on whether it's only used only for authentication (ie: Netflix) - or if it's leveraged for symmetric key encryption and there is...
March 29, 2022 at 2:13 pm
So, we maintain a collection of PowerShell modules in a shared Git repository for performing operational tasks like failing over an AOG node, starting/stopping traces, or enabling/disabling features. PowerShell is...
March 28, 2022 at 1:27 pm
I think it's a TV trope that a clever hacker can somehow guess your password or brute force it with a script. What's really going on is that folks re-use...
March 25, 2022 at 2:31 pm
About Fusion restaurants: it's pretty rare for them to do everything (or even most things) at a master chef level.
I've never worked with CosmosDB, so I don't speak...
March 22, 2022 at 1:14 pm
"I'd love to be able to insert data into a table, have it not available as a live value until committed on other nodes, and avoid locking my table. I...
March 21, 2022 at 9:03 pm
I think of CosmosDB as like a fusion restaurant at an international airport where you can order from the menu of your choice (table, document, key store, graph, etc.) using...
March 21, 2022 at 1:36 pm
Here is my take on IoT devices:
IoT has revolutionized industries like: manufacturing, transportation, healthcare, and science. Since this article was originally posted in 2017, I have since installed a Ring...
March 14, 2022 at 1:07 pm
Yes, at a minimum developers should set "Encrypt=true" property in client connection string, and even better the DBA should install a proper SSL certificate in SQL Server and set option...
March 3, 2022 at 2:48 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...
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
Viewing 15 posts - 166 through 180 (of 5,986 total)