AspBucket offers ASP.NET, C#, VB, Jquery, CSS, Ajax, SQL tutorials. It is the best place for programmers to learn

Showing posts with label Sql. Show all posts
Showing posts with label Sql. Show all posts

Friday, 1 July 2016

Sunday, 1 May 2016

Thursday, 21 April 2016

Friday, 1 April 2016

Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT

In this article we are going to discuss difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT.  These functions are used to get last inserted rows identity(primary key value) in the table. Let's discuss it in more detail.

Tuesday, 19 January 2016

Use of Charindex Function in SQL with an example

In this article We will discuss How to use Charindex Function in SQL Server. It is utilized to hunt down particular keywords or sub-string in string and gives back to its beginning position of the match string. In the event that if no word found, then it will return 0.
  • Popular Posts
  • Comments