Is Your Time "Free"?
Too many people don't value their time appropriately, especially at work. If you don't, likely your boss doesn't either.
Too many people don't value their time appropriately, especially at work. If you don't, likely your boss doesn't either.
Introduction We mostly get inclined to use/introduce MongoDB for JSON storing/processing in our database system and Elasticsearch for searching operations in JSON data. However, what we often tend to overlook is that in reality, PostgreSQL can actually act as both NoSQL store and a powerful search engine too. It also comes with ACID guarantees, transactions, […]
There’s a new version of SQL Server released and we’re mainly an on-premises SQL Server shop. We’ve been using Integration Services (SSIS) for years now for all our ETL and data integration needs. With Microsoft’s focus on cloud (Azure and Fabric), does it make sense to upgrade our SSIS packages? Are there any new features?
In this third level of the Stairway, we examine how to store your encryption certificate in the Azure Key Vault.
There are a lot of tasks that DBAs and developers struggle to get done. These little things can be important, and perhaps AI can help us keep on top of them.
Learn how to remove TDE from a database and return it to a normal state.
In the second level of the stairway to TDE, we examine how you can restore your databases on another instance after moving the encryption certificate.
In this next installment, we look at using dbt to seed a Fabric Warehouse.
The first level of the Stairway to TDE will explain how the feature works and how to set this up on one of your instances and databases.
By Brian Kelley
In cryptography, the RSA and ECC algorithms which we use primarily for asymmetric cryptography...
By Steve Jones
In today’s world, this might mean something different, but in 2010, we had this...
A while back I posted about a couple of side projects that I’ve been...
Comments posted to this topic are about the item Identities and Sequences II
Comments posted to this topic are about the item Using PostgreSQL as a NoSQL...
Comments posted to this topic are about the item Is Your Time "Free"?
In thinking about the differences between the identity property and a sequence object, which of these two guarantees that there are consecutive numbers (according to the increment) inserted in a single table?
See possible answers