Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to get table current identity value in sql server

SELECT IDENT_CURRENT('Pets') AS Result;
Source by database.guide #
 
PREVIOUS NEXT
Tagged: #table #current #identity #sql #server
ADD COMMENT
Topic
Name
6+9 =