Viewing 4 posts - 1 through 4 (of 4 total)
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
March 15, 2016 at 11:57 am
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...
April 30, 2015 at 8:44 am
Lynn Pettis (4/30/2015)
dany.fortier (4/30/2015)
YYYY-MM-DD is the format on the DBI try this SELECT ISNULL(MONTH(Anniversaire),''),'', Anniversaire FROM Tbl_RH_Pharmacie but got the same error, Am i doing it correctly &
Try this:
set...
April 30, 2015 at 8:30 am
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 &
April 30, 2015 at 8:17 am
Viewing 4 posts - 1 through 4 (of 4 total)