-
Getting Started with DocumentDB: A Beginner’s Guide
Read More: Getting Started with DocumentDB: A Beginner’s GuideWhen Microsoft announced its open-source document database, it led to considerable confusion. Azure Cosmos DB was originally named Azure Document DB, but Microsoft rebranded…
-
Utilizing the FROMPARTS Dates functions in SQL Server
Read More: Utilizing the FROMPARTS Dates functions in SQL ServerSQL Server 2012 introduced an improved method for creating Date, DateTime, DateTime2, DateTimeOffset, SmallDateTime, and Time objects. These functions are also available in Azure…
-
Azure Cosmos DB for Mongo DB
Read More: Azure Cosmos DB for Mongo DBAzure Cosmos DB is a database platform that supports different NoSQL database engines. I have always preferred platforms that bring different products under one…
-
Computed Columns in SQL Server
Read More: Computed Columns in SQL ServerComputed columns in SQL Server offer a powerful way to create virtual columns that derive their values from other columns in the same table.…