Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Question about disk space report

    I will try DBCC checkdb if it found error and then i will ran DBCC updateusage

    Will let you know if this was the solution

  • RE: Trouble playing with dates

    ScottPletcher (4/30/2015)


    SELECT MONTH(Anniversaire) AS MM, DAY(Anniversaire) AS DD, Anniversaire, Prenom, Nom

    FROM Tbl_RH_Pharmacie

    WHERE (Anniversaire IS NOT NULL AND Anniversaire <> '') AND

    1 = CASE...

  • RE: Trouble playing with dates

    Lynn Pettis (4/30/2015)


    dany.fortier (4/30/2015)


    YYYY-MM-DD is the format on the DB

    I try this SELECT ISNULL(MONTH(Anniversaire),''),'', Anniversaire FROM Tbl_RH_Pharmacie but got the same error, Am i doing it correctly &

    Try this:

    set...

  • RE: Trouble playing with dates

    YYYY-MM-DD is the format on the DB

    I try this SELECT ISNULL(MONTH(Anniversaire),''),'', Anniversaire FROM Tbl_RH_Pharmacie but got the same error, Am i doing it correctly &

Viewing 4 posts - 1 through 4 (of 4 total)