| RSS

 

Daily News Letter

Your e-mail address:


 Subscribe Reader

Add to Google Reader


 

Twitter



    Fetch the incremented Identity value from MS-SQL Server

    The Microsoft SQL Server Database provides an Identity value which is generated automatically when a record is added in such tables which contains IDENTITY. We can fetch the auto incremented value from MS-SQL Server database to our applications using built in function @@IDENTITY( ) (used in MS-Access) or SCOPE_IDENTITY( ) which is the recommended method for obtaining identity value on SQL Server.

    Read More...

    Show all tables having identity columns

    The simplest way to display all the tables which are having identity column in a database of SQL server 2000 / 2005 / 2008 using the following simple query.

    Read More...
     






     
    69
     
    8
     
    0