Kindly follow the below Codeproject links for more details.
Azure Storage Account Part 1: What is Blob?
Azure Storage Account Part 2: Upload Files in Blob Storage using C#
...
Thursday, March 28, 2019
Delete Duplicate Rows in SQL Server using Common Table Expression
Introduction:
Sometimes, some duplicate data may be inserted in the SQL table. But it's harmful to you and your application too. So how do you remove the duplicate rows in your table?
Description
Take a look at the following table content. It has duplicate rows.
IdNameDepartment
1Arka.NET
2Ashok.NET
3AnubhavPHP
4Arka.NET
5SudeshnaGraphics
Row 1 and 4 are duplicates. So we have to remove...
Subscribe to:
Posts (Atom)