• ON 2000 any idea what would cause some of the database checks to fail with:

    Msg 208, Level 16, State 1, Line 2

    Invalid object name 'ARIS7.dbo.SysUsers'.

    Msg 16916, Level 16, State 1, Procedure usp_fix_user_logins, Line 162

    A cursor with the name 'SysUsers_Cursor' does not exist.

    Msg 16916, Level 16, State 1, Procedure usp_fix_user_logins, Line 183

    A cursor with the name 'SysUsers_Cursor' does not exist.

    Msg 16916, Level 16, State 1, Procedure usp_fix_user_logins, Line 304

    A cursor with the name 'SysUsers_Cursor' does not exist.

    Msg 16916, Level 16, State 1, Procedure usp_fix_user_logins, Line 305

    A cursor with the name 'SysUsers_Cursor' does not exist.

    I got errors like the above on five out of 100 databases on this instance.

    Mark D Powell