problem in ssrs expression

  • This was removed by the editor as SPAM

  • You have not yet replied. Paste the SQL and the sample data you are using.

    Raunak J

  • i now try used this code and result was good

    select Score, DENSE_RANK() OVER ( order by Score desc) AS Ranking

    FROM cuscore

    ORDER BY Ranking

    but i dont know why below error accured

    The OVER SQL construct or statement is not supported.

  • This was removed by the editor as SPAM

  • Write this code in a stored procedure and then call the procedure. Also, what version of SQL Server are you using. Also, is this error result appearing in the SSMS?

    Run this query in SSMS and reply your observations.

    Raunak J

  • now i use this code in SQL Server Business Intelligence in sql2008R2

  • Can you call the procedure in SQL Server Management Studio without any error?

    Raunak J

Viewing 7 posts - 16 through 21 (of 21 total)

You must be logged in to reply to this topic. Login to reply