Mention what does the T-SQL command IDENT_CURRENT does?

Technology CommunityCategory: T-SQLMention what does the T-SQL command IDENT_CURRENT does?
VietMX Staff asked 3 years ago

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.