Hola amigos rengo esta consulta
select n.Title, n.Body,(select count(a.CommentsID)where a.NewsID=n.NewsID)
from News_News n, Comments a
where a.NewsID=n.NewsID
group by n.Title, n.Body,a.NewsID,n.NewsID
lo raro es que en el SQL 2000 me sale OK, pero en el SQL 2005 me sale el siguiente error
The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
Porfavor quisiera que me ayuden, gracias.