Mention what does the T-SQL command IDENT_CURRENT does? Technology Community › Category: T-SQL › Mention what does the T-SQL command IDENT_CURRENT does? 0 Vote Up Vote Down VietMX Staff asked 4 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.