+2 votes
in Sql by
What does the T-SQL command IDENT_CURRENT does?

3 Answers

0 votes
by

The TSQL command IDENT_CURRENT returns the last identity value produced for a specified table or view. The last identity value created can be for any session and any scope.

0 votes
by

The TSQL command IDENT_CURRENT returns the last identity value produced for a specified table or view.  The last identity value created can be for any session and any scope.

0 votes
by

TSQL command IDENT_INCR returns the increment value mentioned during the formation of an identity column in a table or view that has an identity column.

Related questions

0 votes
+2 votes
+2 votes
asked Jan 14, 2022 in Sql by GeorgeBell
+1 vote
asked Jan 14, 2022 in Sql by GeorgeBell
...