Insert Multiple Row In Database Using XML From A ASP.Net Project

Thursday June 4, 2020 1235

For inserting multiple row one of the convenient method is using xml we need to start by creating a xml string in c#: string[,] values= new..

Read More »

Row Number, Partition, Rank And Dense Rank Function in Sql Server

Thursday June 4, 2020 1996

For generating random number for a list of data on a table: For generating unique numbers for a list of data on table we can use row_number method..

Read More »