Error : A possible dabase consistency problem has been detected on databse [dbname]. DBCC CheckdB or DBCC CheckCatalog should be run on database [dbname].
Solution :
check which table creates the problem and run the below comamnds.
1) ALTER DATABASE [dbname] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
No comments:
Post a Comment