Check If SQL Table Exists Using Powershell

      No Comments on Check If SQL Table Exists Using Powershell

Another common request for DBA’s is to search for or validate that certain tables or other objects exist and in what database. This post is a follow-up to our “Check If Database Exists Using Powershell” post where we search look for a database remotely using the “invoke-sqlcmd” commandlet. Note: This… Read more »

Azure Cosmos DB

      No Comments on Azure Cosmos DB

The Azure Cosmos DB is a NoSQL database or “nonrelational” database where the data is stored in Documents and these documents are organized as collections. The benefit of using a NoSQL database like Cosmos DB is to handle large amounts of data that changes frequently and needs to be available… Read more »