Right click Start
Select Run
Type regedit and press enter to open the registry editor
Go to the folder: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
On the right, check one of the keys called CsEnabled
Click on that key
Change the value from 1 to 0
Restart your computer
Its done, check setting again.
MSSQL ‘Recovery Pending’ Problem
To solve MSSQL Recovery Pending problem follow the steps Stop SQL Remove transaction log on this database Change database mode to emergency mode and restart database After restart run this commands for your database ALTER DATABASE [DB_Name] SET EMERGENCY; DBCC checkdb...