Published onOctober 29, 2021How to batch update millions of record in SQL Serversql-serverLets see how we can do the batch update in sql server without killing resources
Published onOctober 29, 2021Deploy storage account and output connection string with SAS token using ARM templateazurearm-templateDeploy Azure storage account with a blob container and generate connection string with SAS token and update one of the web app’s settings with generated connection strings.
Published onSeptember 28, 2021Add new Columns to List of Tables in SQL ServerSQL-ServerIntroduce new columns to Existing List of Tables in SQL server from a query.
Published onSeptember 25, 2021Top-Level Statement - programs without Main methods in C#c#Write C# programs without Main method
Published onSeptember 23, 2021Integer Division Result in Decimal in SQL serverSQLSQL-SERVERGet the Decimal result from deviding Integers in SQL Server