• Both

    ALTER DATABASE msdb SET SINGLE_USER

    and

    ALTER DATABASE msdb SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    return

    Command(s) completed successfully.

    but any attempt to run the dbcc command still gives me that same error. The disparity that I'm running into is the database property which states that msdb is in single user mode and yet still getting an error that it is not.