Blue

  • Blue

    SQL 2008 Table Value Parameters and Merge

    • 0 Comments

    newFeatures_secondary

    Table Value Parameters + MERGE statement

    In many customer scenarios, it is necessary to pass a set of table structured values (rows) to a stored procedure/function on the server. These values may be used for populating/updating a table directly or for more complex manipulation of data for business logic purposes. Table valued parameters provide an easier way to define a table type and allow applications to create, populate and pass table structured parameters to stored procedures and functions.

    With the introduction of the MERGE SQL statement, developers can more effectively handle common data warehousing scenarios like checking whether a row exists and then executing an insert or update.

     

    Watch A Demonstration Here!

Page 1 of 5 (5 items) 12345
Past Posts
  • Blue

    SQL 2008 Table Value Parameters and Merge

    • 0 Comments
    Table Value Parameters + MERGE statement In many customer scenarios, it is necessary to pass a set of table structured values (rows) to a stored procedure/function on the server. These values may be used for populating/updating a table directly or for...
  • Blue

    SQL 2008 New Date/Time Data Types

    • 0 Comments
      New Date/Time Data Types SQL Server 2008 introduces new date and time data types: · DATE – a date only type · TIME – a time only type · DATETIMEOFFSET – a time zone aware datetime type · DATETIME2 – a...
  • Blue

    SQL 2008 Hierarchy ID

    • 0 Comments
      HierarchyID SQL Server 2008 enables database applications to model tree structures in a more efficient way than currently possible. HierarchyId is a new system type that can store values that represent nodes in a hierarchy tree. This new type features...
  • Blue

    Darth Vader Directs Imperial March

    • 1 Comments
    Ok, so I Love multimedia. I am especially fond of new online media channels and the effect they may have on popular culture as well as day to day life.  You Tube is of particular interest to me.  I think it is the direct result of the desire...
  • Blue

    SQL 2008 Building Occasionally Connected Systems

    • 1 Comments
    Building Occasionally Connected Systems With mobile devices and workers on-the-go, occasionally connected has become a way of life. SQL Server 2008 delivers a unified synchronization platform that enables consistent synchronization across applications...
Page 1 of 1 (5 items)