Home Forums SQL Server 2005 T-SQL (SS2K5) I need answer for this can anyone help me with this RE: I need answer for this can anyone help me with this

  • ok then, here's two hints:

    1. your final SELECt belongs outside of the loop, not inside.

    2. your final SELECT command with the Department and SUM() should not reference any @variables whatsoever.

    if you fix that, your existing code will work.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!