Browse by Tags

All Tags » Development &am... » Migration and Transition
  • Check out the exciting new SQL Server Best Practices website.....

    http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/default.mspx Get the real-world guidelines, expert tips, and rock-solid guidance to take your SQL Server implementation to the next level. Drawing on the extensive experience and expertise from respected developers and engineers at Microsoft as they walk you through the specifics on ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on December 9, 2006
  • SQL Server Sequence Number

    Simulating Sequence Objects in SQL Server   Many applications need sequentially incremental number as unique/primary key of records.  SQL Server 2005 today supports identity column as the primary mean to general sequence number, which generates the sequence number upon the execution of DML (insert) or bulk insert.  The value ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on April 11, 2006