Auto Increamenr ID

Hi,

can anyone tell me how to get the auto incremented value in table in mssql.

Thanks.

use the @@IDENTITY function

Thanks…

Can you give how to use @@identify.
Thanks.

Thanks men…
it works.

hi how to get the via link

below is my code for the link.
<a href=‘Ticketmanage.php?id={$row[‘id’]}’>“.$row[‘TickNo’].”</a>