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
How to start and end transact-sql statements?
What are drillthrough reports?
How will you find out if there are expensive SQL statements running or not?
What are the built in functions in sql server?
How to enable/disable indexes?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What is the difference between mysql and mysqli?
explain the storage models of olap? : Sql server database administration
Why does sql studio use a single registered database repository? : sql server management studio
What is difference between Datepart() and Datename() in SqlServer?
What new changes are being made in SQL Server?
How to delete all rows with truncate table statement in ms sql server?
What is the Disadvantage of indexed sequential file.
Write SQL queries on Self Join and Inner Join.
How to find Duplicate Records In table?