Posts Tagged ‘registry key’

Registry is the most important component of Microsoft Windows operating system. Whenever you install a software (such as Microsoft SQL Server 2008) or hardware on your computer, a new registry hive is created. But in case if the registry entries of Microsoft SQL Server gets damaged, the database corruption might occur and it may become inaccessible. In such situations, you encounter data loss circumstances and need to go for SQL Recovery solutions to get your valuable data back.

For example, consider the below scenario:

In the clustered instance of MS SQL Server 2008, SQL Server Agent registry checkpoint is missing due to some unexpected corruption problems or deletion problems.
You repair clustered instance of MS SQL Server.

In above scenario, the Windows registry subkey, which is associated with MS SQL Server Agent isn’t found in list of checkpoints of SQL Server Network Name resource. The resource is associated with clustered instance. Furthermore, updates for SQL Server Agent application configuration aren’t propagated to other nodes of cluster when SQL Server group of resources move to those nodes.

Below is the registry subkey, which applies to the SQL Server Agent:

HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft\SQL Server\\SQLServerAgent

Resolution

In order to sort out this problem, go through underwritten steps:

Point to Start-> Run and type cmd and click OK button.
Type cluster . resource /checkpoints on command prompt and press Enter key.
Check whether the below registry key appears in the result of above command:
HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\\SQLServerAgent
If the registry does not appear, then type below command and press Enter key:
cluster . resource /addcheckpoints:”HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\\SQLServerAgent”

If this method can not help you to sort out the issue, then you are required to repair and restore the database to carry out SQL Repair. This is possible with the help of powerful third party applications, known as SQL Recovery software.

These tools use advanced and efficient scanning mechanisms to carry out in-depth scan of affected SQL Server database and retrieve all of the corrupt or inaccessible objects. The SQL Recovery softwre are generally easy and safe to use. They do not demand high technical skills.

Stellar Phoenix SQL Recovery is the best ever made and the most advanced tool to ensure absolute recovery of all MDF file objects. It works well with MS SQL Server 2008, 2005 and 2000. This softwre is compatible with Microsoft Windows Vista, 2003, XP, 2000 and NT.

Colin Dolly is a self employed Internet entrepreneur and product reviewer. This Recover SQL utility is extremely useful when the database gets corrupted due to internal program errors, hardware malfunctioning, accidental deletion of data and more. This SQL recovery software recovers all types of database components including triggers, tables, stored procedures and more.MS SQL Recovery

Article Source: Damage Registry of SQL Server Agent Cause Database Corruption in SQL Server 2008

  • Share/Bookmark

You don’t always have to pay for a registry cleaner when you’re trying to improve the performance of your PC. While many popular websites and blogs talk about the benefits of using one of the many paid registry repair utilities available on the Internet there are some freeware alternatives.

In this article I want to share with you how you can achieve similar results from a free registry repair program as you do using one of the many paid registry cleaners. One thing to keep in mind while reading this article. Not all errors to do with your PC are registry related. Often times they can be caused by corrupt files, spyware, adware or viruses. Be sure to run all types of scanners if a registry cleaner doesn’t appear to solve the problem.

How a Registry Repair Tool Operates

Whether they’re free or paid registry cleaners all work the same. A full scan is done of your computer. This usually takes anywhere from five to twenty minutes depending on how much there is to scan. The program attempted to check each entry in the Windows® registry to determine if it should be there or not.

Some things that can tip off a registry cleaner that a entry is incorrect are: out dated registry key, registry key referencing software that is no longer installed, adware, spyware or duplicate items from another registry key.

Once a complete scan is done the results are shown to you and you have the option of fixing all items, choosing some items to fix or repairing none of them. This is the point where you must pull out your credit card for most registry cleaners. Using a freeware application such as Ccleaner allows you to perform all the same registry repair operations but without having to pay for it.

Will Results be the Same with Free Programs

The benefit that a non free program has over a free one is that many come with add-on features above and beyond the registry repair feature. That is, some have start-up program managers, memory optimizers, junk file cleaners etc. These add-on features can help to improve system performance better then just the registry repair functionality alone.

Support can sometimes be a question for free programs. Often freeware doesn’t provide support for users where a paid product almost always offers customers technical support after purchase. It’s a must if they want to keep their customers happy.

Learn more about registry cleaners at our website where we post reviews and content about the top registry repair programs such as Reg cure.

Article Source: Using Freeware Registry Cleaners to Improve Computer Performance

  • Share/Bookmark

You don’t always have to pay for a registry cleaner when you’re trying to improve the performance of your PC. While many popular websites and blogs talk about the benefits of using one of the many paid registry repair utilities available on the Internet there are some freeware alternatives.

In this article I want to share with you how you can achieve similar results from a free registry repair program as you do using one of the many paid registry cleaners. One thing to keep in mind while reading this article. Not all errors to do with your PC are registry related. Often times they can be caused by corrupt files, spyware, adware or viruses. Be sure to run all types of scanners if a registry cleaner doesn’t appear to solve the problem.

How a Registry Repair Tool Operates

Whether they’re free or paid registry cleaners all work the same. A full scan is done of your computer. This usually takes anywhere from five to twenty minutes depending on how much there is to scan. The program attempted to check each entry in the Windows® registry to determine if it should be there or not.

Some things that can tip off a registry cleaner that a entry is incorrect are: out dated registry key, registry key referencing software that is no longer installed, adware, spyware or duplicate items from another registry key.

Once a complete scan is done the results are shown to you and you have the option of fixing all items, choosing some items to fix or repairing none of them. This is the point where you must pull out your credit card for most registry cleaners. Using a freeware application such as Ccleaner allows you to perform all the same registry repair operations but without having to pay for it.

Will Results be the Same with Free Programs

The benefit that a non free program has over a free one is that many come with add-on features above and beyond the registry repair feature. That is, some have start-up program managers, memory optimizers, junk file cleaners etc. These add-on features can help to improve system performance better then just the registry repair functionality alone.

Support can sometimes be a question for free programs. Often freeware doesn’t provide support for users where a paid product almost always offers customers technical support after purchase. It’s a must if they want to keep their customers happy.

Learn more about registry cleaners at our website where we post reviews and content about the top registry repair programs such as Reg cure.

Article Source: Using Freeware Registry Cleaners to Improve Computer Performance

  • Share/Bookmark

Consider the scenario when a user enables case sensitivity on Microsoft Windows file system to make Windows and UNIX interoperable. The user installs an update for Microsoft .NET Framework 2.0 and restarts the computer.
In this situation, the case sensitivity of the file system no longer exists. Because the file system is not case sensitive, you might encounter error messages using software dependent on case sensitivity. Furthermore, it may accidentally overwrite the system metadata files due to unexpected case sensitivity and critical file loss may occur.

Cause of the problem

This behavior of Windows file system may take place due to problem in original .NET Framework 2.0 Setup that sets the value of the following registry key to 1:

HKEY_ LOCAL_ MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\ dword:ObCaseInsensitive

The HKEY_ LOCAL_ MACHINE \SYSTEM\CurrentControlSet\Control\Session Manager\kernel\ dword:ObCaseInsensitive registry key verifies whether the file system is case sensitive or not. If the value of this registry key is 0, the file system is considered case sensitive and if it is 1 then file system is considered case insensitive.

Due to the Windows Installer information update procedure, every update makes registry changes during .NET Framework 2.0 Setup. Thus, the value of registry key is set to 1, similar to .NET Framework Setup. It can overwrite the previously configured values of registry and system files.

In such situations, your important data may become inaccessible and you may face serious file loss situations. To reclaim your lost data, you need to resolve this issue at the earliest.

Resolution

To fix this file loss problem, you need to use File Recovery Software to systematically scan entire Windows hard drive and retrieve missing, lost or deleted data from it. These software come with user-friendly graphical interface and detailed documentation that enables the affected users to achieve simplified File Recovery.

These software can recover lost files from all logical data loss situations. They support recovery of various file types and some of these also allow you to add file information, if it is not present.

Windows Data Recovery is the most reliable File Recovery Software with wide array of advanced features. It supports recovery from FAT16, FAT32, vFAT, NTFS and NTFS5 file systems based Windows partitions and volumes. It is compatible with Microsoft Windows Vista, XP, 2003 and 2000.

K Madhav is a student of Mass Communication and doing research on File Recovery and Data Recovery.

Article Source: File Loss When A File System Becomes Case Insensitive from Case Sensitive

  • Share/Bookmark

After loading the Windows, the DVD/CD-ROM drives work properly, but we can not see the drives in “My Computer” (System can not recognize the drives.). When try to run the drives, it shows up a notice “Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code39).” Before solving this error, check the drives connection correctly, then follow the steps below:
Delete Device Manager. Most people will firstly think of Windows “Find New Hardware” when drives missed, but it does not always work out. To fix the problem: open “My Computer”’ “Control Panel” ’“System”’“Device Manager”’ “HDC(Hard Disk Controller) ”, then click “Delete”. Follow the note to reboot computer. After rebooting, the computer will find the Primary IDE Controller and Secondary IDE Controller again and install the drivers. Restart the computer again while the installation is completed. In this, we can get back our CD/DVD-ROM Drives.

The other way is by editing the registry to return the missed CD/DVD-ROM drives (Code 39 error.). Obviously, it is too risky to edit the registry if you are not familiar with it. To fix the error from the registry, carry out the following steps:
Exit and close all applications currently running on your PC.
Step1. Click Start > Run and type in Regedit, press Enter.
Step2. Look for the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}
Delete any of the following registry entries under this key directory:
LowerFilters
LowerFilters.bak
UpperFilters
UpperFilters.bak
Step3. Reboot your PC and open My Computer to check that the CD-ROM drive is visible.
Also, have a look at the Device Manager to see if the yellow exclamation mark and the error code 39 are gone.

System errors are not welcome guests that bring up unhappy computing experience. Registry Easy (www.registryeasy.com) is a professional troubleshooting system maintenance tool that can help you to solve this error and many more.

Article Source: How to fix DVD/CD-ROM drives (Code 39 error) in Windows XP or Vista

  • Share/Bookmark
Login

Categories
SEND FREE TXT

Your E-Mail:
Recipient's Carrier:
Recipient's Number:
Subject:
Message:

SMS Plugin created by Jake Ruston - Sponsored by Waverly Bedding.

YOUR QUESTIONS
"How do I use one monitor for two computers?"
If your monitor has a switch to control inputs DVI / VGA and you will be able to connect each computer to one of those inputs. You may need to buy a 2-Port KVM with Integrated Cableswhich lets you use 1 keyboard, 1 monitor and 1 mouse on 2 computers.

Powered by Yahoo! Answers