
transaction
December 12, 2022
Transaction in SQL Server and ACID properties in database.

Transaction in SQL server: Transactions group a set of tasks into a single execution unit. Each transaction begins wi…
Transaction in SQL server: Transactions group a set of tasks into a single execution unit. Each transaction begins wi…
Suppose we have data in lower & upper letters in any column of table like Name or Place and we need result as a p…
We can filter data in Dataset in asp.net C# using DataRow. We can use multiple filters in Dataview rowfliter to fil…
DATENAME() Function in SQL server: The DATENAME() function returns a specified part of a date. It returns nvarchar…
ALTER TABLE Statement in SQL: To add, delete, or modify columns in an existing table, we use ALTER TABLE statement…