.Net Cursor Example Sql Sql Server What is Cursor in SQL Server with Example By Krunal Shah 31 Mar, 2017 o use cursor in sql server that syntax will be like as shown below Syntax to Create Cursor DECLARE …
.Net Difference IDENT_CURRENT IDENTITY SCOPE_IDENTITY Sql Server SQL Server Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT By Krunal Shah 31 Mar, 2017 @@IDENTITY It will return last or newly inserted record id of any table in current session but it’s not limited t…
c# Differences IEnumerable IQueryable Differences between IQueryable and IEnumerable in C# with Example By Krunal Shah 31 Mar, 2017 Introduction : Here I will explain difference between IQueryable and IEnumerable list in c# with example or IEn…