Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Performance Tuning

    Thanks For The Reply Monster ,

    i am new to Sql server.Running The Query

    on millions of records is...

  • RE: Ranking Query

    Select Name,COUNT(distinct id)

    from @table

    group by name

    having COUNT(distinct id) =3

  • RE: New features in sql server

    In SQL SERVER 2008 The Following Are The New Features

    -->TVP(Table valued Parameters)

    -->grouping sets(advanced to group by clause)

    -->new datatypes regarding datetime Are introduced (date,time,datetime2,datetimeoffset...)

    -->Merge Statement

Viewing 3 posts - 31 through 33 (of 33 total)