Programming is like any other sport. You might know the rules but you have to play to learn! - Zuckerberg In this blogpost, we would see how to create New SQL Database in Azure through PowerShell way. We can do this way, to get benefit of source control processes as well as simple infrastructure as… Continue reading PowerShell way to Create New Azure SQL Database
Month: December 2020
Unique Filtered Index in SQL Server
Introduction In this blog post, we will see what is Unique Filtered Index and how to create it and what are the challenges while creating it and what are the advantages of using it in SQL Server. Unique Filtered Index - What it is? As we all know, the UNIQUE Index will allow only Unique values.… Continue reading Unique Filtered Index in SQL Server