Showing posts from March, 2017

What is Cursor in SQL Server with Example

o use cursor in  sql server  that syntax will be like as shown below Syntax to Create Cursor DECLARE …

SQL Server Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT

@@IDENTITY It will return last or newly inserted record id of any table in current session but it’s not limited t…

Differences between IQueryable and IEnumerable in C# with Example

Introduction : Here I will explain difference between IQueryable and IEnumerable list in  c#   with example or  IEn…