While accessing the MM Application it may shown the error message like Run-time error '2147467259(80004005)' : Connection write (Wrapper write error).
The above error due to non accessing the databases from its application. please do the following to recover the database.
1.Update your system with latest updates for windows and SQL.
2.Delete the old records after taking backup.
3.Shrink the database using the utility available in ftp.
4.Run the following query after taking backup of counter database.
ALTER DATABASE counter SET SINGLE_USER dbcc checkdb ('counter',REPAIR_REBUILD )
ALTER DATABASE counter SET multi_USER
Updates:
Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Post a Comment