• Sorry to post this here but unfortunatley I didn't get a responce in the SQL Newbie section

    During the creation of the procedure with the following

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 60

    Invalid column name 'reads'.

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 61

    Invalid column name 'writes'.

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 116

    Invalid column name 'reads'.

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 117

    Invalid column name 'writes'.

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 179

    Invalid column name 'reads'.

    Msg 207, Level 16, State 1, Procedure Util_ConnectionSummary, Line 180

    Invalid column name 'writes'.

    I've navigated to the view it is looking for and can see the column it is complaining about.

    I'm using SQL 2005 sp2 (9.00.3068.00) Developer edition

    I know this will be a dumb noob mistake so I apologise in advance but any help would be apreciated as I'd really like to use this script.

    Bryan