how to find maximum identity number in a table ?
Answer Posted / arvind rohit
SELECT IDENT_CURRENT('table_name') ;
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of using a stored procedure?
What is the difference between composite index and covering index?
Explain different types of Normalization.
When would you use it?
Do you know how to send email from database?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
Tell me what is de-normalization and what are some of the examples of it?
Why use update_statistics command in sql server?
Define self join in sql server joins?
How to return the second 5 rows in ms sql server?
How to select some specific rows from a table in ms sql server?
What do you mean by subquery?
Can we insert data into view sql server?
Tell me what are the advantages of using stored procedures?
Determine when an index is appropriate?