The index entry of length exceeds the maximum length of 1700 bytes for nonclustered indexes

SQL Server 2016 and Azure SQL database have increased the maximum size for index keys for non-clustered indexes. note1.The new maximum key size for non-clustered indexes is 1700 bytes. note2.T ...

Error: Failed to get resource ID for resource type Microsoft.Web/Sites

bYellow1. red.Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'AppService-Name'. red.Error: Could not fetch access token for Azure. Verify if the Servic ...

How to Encrypt and Decrypt a string in SQL Server

To encrypt and decrypt a string we SQL Server 2008 and newer versions have predefined Cryptographic functions. h2.EncryptByPassPhrase (Transact-SQL) This function encrypts data or string with a p ...

Difference between Add and Append methods of a list in C#

List.Add() Add method will modify the instance of the list and adds a single item to the end of the list. This methods will not return anything. cd_////syntax void List.Add(T item) //// ...

Difference Between Add vs AddRange & Insert vs InsertRange in ArrayList C#

h3.Add() vs AddRange() List.Add() Adds an element to the end of the List. cd_////syntax void List.Add(T item) ////ex:- List list = new List{ "ADF", "App Services" ...

Earn a Free Certification Exam / DP-900: Microsoft Azure Data Fundamentals

Microsoft offering Free Azure Data Fundamentals Certification Exam (DP-900) if you Attend a Microsoft Azure Virtual Training Day on select dates available. In below link, you can find the list of ...

How to earn Free Certification - Azure Fundamentals

To earn free cortication on Azure fundamentals you need to complete Microsoft Spring Skills Challenge. bYellow1. Step 1: Complete the Azure Fundamentals Cloud Skills Challenge [https://docs.m ...

WIQL Query to get all Child and sub-Child work items in C#

WIQL stands for Work Item Query Language, and it is used to query work items from Azure DevOps. Using this query we can query Work Item Details or Related Work Items. The WIQL syntax is used to execu ...

Remove rows from datatable based on a List using Linq

I have a DataTable with some data and a exclusion List like below ExamData (datatable) |Exam|Year Completed| |AZ-900: Azure Fundamentals|2019| |DP-900: Azure Data Fundamentals|2021| ...

AI-900: Microsoft Azure AI Fundamentals Topics

Microsoft Azure Artificial Intelligence (AI) Fundamentals - Topics What is Artificial Intelligence? "The ability of a digital computer or computer-controlled robot to perform tasks commonly ...

AI-900 Azure AI Fundamentals Questions Part-3

COMIN SOON Few more questions will be added soon. Please keep watching the website. ...

AI-900 Azure AI Fundamentals Questions Part-2

Question 6: Which two components can you drag onto a canvas in Azure Machine Learning designer? A) dataset B) compute C) pipeline D) module Correct Answer: A, D Question 7: ...

AI-900 Azure AI Fundamentals Questions Part-1

Question 1: You use Azure Machine Learning designer to publish an inference pipeline. Which two parameters should you use to consume the pipeline? A) the model name B) the training endpoin ...

Earn a free Microsoft Certification exam on Cloud Skills, March 2021

The Microsoft Ignite Cloud Skills Challenge Microsoft offering a free Certification exam on Cloud Skills Challenge for the month March 2021. You can learn new skills from Microsoft website. < ...

Earn a Free Certification Exam / Az-900: Microsoft Azure Fundamentals

Microsoft offering Free Azure Fundamentals Certification Exam (AZ-900) if you Attend a Microsoft Azure Virtual Training Day on select dates available. In below link, you can find the list of date ...

Earn a Free Certification Exam / AI-900: Microsoft Azure AI Fundamentals

Microsoft offering Free Azure AI Fundamentals Certification Exam (AI-900) if you Attend a Microsoft Azure Virtual Training Day on select dates available. In below link, you can find the list of da ...