If you look in the jobs in SQL you will have one listed with a name like 'Integrity Checks'. When you ran that wizard you must have choosen the 'with the repair' option. You can only do that if the database is in single user mode. Open the job and check the tab 'Steps' -> Choose edit. The line you will see will look like this:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID GUID -Rpt "d:\Program Files\Microsoft SQL Server\MSSQL$DOTNETNUKE\LOG\Dotnetnuke Maintenance2.txt" -CkDB '
But after -CkDB you will have something with 'repair'. Is that correct? Remove the repair option and all will be fine. You don't want any database to be in single user mode. |