how to find maximum identity number in a table ?
Answer Posted / karthikeyan
SELECT IDENT_CURRENT('table_name') ;
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a function and a stored procedure?
What does nvl stand for?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What is temporal data type?
What happens if you are trying to access a schema not owned by you?
What is collation?
What is after dml trigger?
What are the restraints imposed on the table design by a merge replication?
Explain what are sparse columns?
Can you explain full-text query in sql server?
What is update locks?
Explain some stored procedure creating best practices or guidelines?
What is database replication?
What is the data tier application?
Explain what is use of dbcc commands?