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
How exceptions can be handled in sql server programming?
How to execute multiple stored procedures at one time in sql server?
How secure is sql server database?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
Explain few examples of RDBMS?
Can we perform backup restore operation on tempdb?
Do you know sql server 2008 introduces automatic auditing?
What is the purpose of the tempdb database?
What do you mean by a dependent functionality in a build?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How to create new databases with "create database" statements?
What are the database roles? : sql server security
How is sql server used?
What are cursors and when they are useful?
What is data set in report?