ramyours2003
SSChampion
Points: 12268
More actions
December 10, 2009 at 12:29 am
#214525
my maintainence paln is failed with error 3906 , how can we rectify andf make it suucessful?
ss-457805
SSCertifiable
Points: 5872
December 10, 2009 at 1:56 am
#1090401
Please check permissions for the database.
Have you tried:
USE master;
GO
ALTER DATABASE <dbNAME>
SET SINGLE_USER
WITH ROLLBACK IMMEDIATE;
SET READ_WRITE;
SET MULTI_USER;
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply