Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #22.6K
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

9 Posted Topics

Member Avatar for pknoester

May be your keyword is not adjust properly. You need to take it the service center or a Laptop expert who are able to rectify your problem.

Member Avatar for mariah1902
0
2K
Member Avatar for cpopham

If your access database get corrupted then try Stellar Phoenix Access Recovery Software. I used it to repair my corrupt Access MDB files and it successfully repair and recover all my data.

Member Avatar for aidan29
0
643
Member Avatar for reaz0n

It happens due to two reasons they are: 1. Your power fan is not working 2. Any of the IC(integrated circuit) got damaged or not working properly. So you need to take your laptop to the service center.

Member Avatar for jingda
0
183
Member Avatar for hellcrow

Try repair command to repair your database [I]mysql> repair table tablename;[/I] If you fail to repair your database with above command than you need third party [URL="http://www.repair-mysql-database.com"]mysql repair[/URL] tool to repair your database. [QUOTE=hellcrow;427143]I am not familiar with Linux/ Unix and I encountered a corruption. How do I repair this? …

Member Avatar for nancy86
0
203
Member Avatar for suehoege

Use DBCC CHECKDB command to check any logical errors in the database. It is an in-built command in SQL Server to fix application level errors. Else you have to use third party SQL Database Recovery software to scan the corrupted database and recover all the inaccessible data from it. These …

Member Avatar for Davidpoul
0
80
Member Avatar for Martincruise

To resolve the above error message and access the data stored in the database, you will need to follow these steps: 1. Create a blank database = “C:\ Recover_db.mdb” 2. Close and exit. 3. Create another blank database and navigate to Modules Tab 4. Click on New and Paste the …

Member Avatar for Davidpoul
0
308
Member Avatar for ragheshpokkattu

You can use following method to recover corrupted database. 1. To compacts the database. DBEngine.CompactDatabase strInput strOutput strInput is the database file to be actioned on and strOutput is the resultant compacted database file name. 2. To repairs a database. DBEngine.RepairDatabase strInput 3. To open a database exclusively: Set db …

Member Avatar for Davidpoul
0
256
Member Avatar for hellcrow

There are number of tools to repair MySQL database. MySQL Repair utilities use advanced scanning methods to repair and restore MySQL database files with easy-to-use interface and illustrated plus user-friendly documentation, these repair tools are easily to implement. To repair Your MySQL data I suggest you to use Stellar Phoenix …

Member Avatar for johny321
-1
104
Member Avatar for aman_dba

Its quite difficult to recover the deleted item manually. Try SQL recovery software to recover your deleted table. If you search on web you found lots of such software. But I recommend you to use Stellar Phoenix SQL Database Recovery Software or you download it from [url]http://www.mssqldatabaserecovery.com/download-sql-database-recovery-software.php[/url] David Poul [QUOTE=aman_dba;882428]hi …

Member Avatar for Davidpoul
0
183

The End.