Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Performance Dashboard for SQL Server 2008

    You can use the Performance Dashboard 2005 for SQL Server 2008.

    Hang Deok Cho.
    hyemang@gmail.com
    DBA

  • RE: grouping dimension values

    1. Time out : I thought your table need to Index tunning. If your Database version is 2005, I recommend that use the indexed view.

    If you give more detail table...

    Hang Deok Cho.
    hyemang@gmail.com
    DBA

  • RE: help with count query

    SELECT entityid, COUNT(DISTINCT INVOICE) FROM [YOUR TABLE] GROUP BY entityid

    Thank you.

    Hang Deok Cho.
    hyemang@gmail.com
    DBA

  • RE: help with count query

    SELECT entityid, COUNT(DISTINCT INVOICE) FROM [YOUR TABLE] GROUP BY entityid

    Hang Deok Cho.
    hyemang@gmail.com
    DBA

  • RE: Sort Order - Include Null al last

    It's answer is wrong!!

    Select EmpName, DateOfLeaving from Employees order by DateOfLeaving desc, EmpName asc

    This query returns descending Order of DateOfLeaving.

    It is so clear!!

    wrong answer.!!

    Hang Deok Cho.
    hyemang@gmail.com
    DBA

Viewing 5 posts - 1 through 6 (of 6 total)