Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internal SQL Server error
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Internal SQL Server error
Divers
Thread ID:
00932129
Message ID:
00932129
Vues:
53
Hello,

I'm trying to do the following SQL query :

SELECT
SCORECARDSID,
DATEPART(MONTH, STARTDATE) SDFS ,
(SELECT SUM(ACTUALVALUE) FROM PERIODICENTRIES
WHERE SCORECARDSID = PE.SCORECARDSID
AND DATEPART(MONTH,STARTDATE) = DATEPART(MONTH, PE.STARTDATE)) AS COUNTCOL

FROM PERIODICENTRIES PE
WHERE
SCORECARDSID = 15
GROUP BY SCORECARDSID, DATEPART(MONTH, PE.STARTDATE)


... SQL Server returns the following error
Server: Msg 8624, Level 16, State 21, Line 1
Internal SQL Server error.


What's wrong with my query? The message doesn't say much about what is going on...

Thank you,
Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform