T-SQL
-
Insert and Update in SQL Using User-Defined Table Type and XML
In this article I show various ways to insert in SQL. Using Datatable Using XML By showing examples of inserts…
Read More » -
Working with the SqlTransaction Class in ADO.NET
Introduction: The SqlTransaction class is very important class of .NET Framework. The SqlTransaction class is used for satisfying the ACID…
Read More »