... database and restore from a known good backup
If the DHCP server database becomes corrupted or is lost, recovery is possible by replacing the server database file (Dhcp.mdb), located in the %SystemRoot%\System32\Dhcp ...
The Windows Server Backup feature is a backup and recovery solution for computers running Windows Server 2008. It doesn’t use any more the NTBackup feature which was supported on earlier operating systems ...
Command below can be used for shrink databases on SQL Server 2008, rename "databasename" with database u will have to shrink:
USE MASTER
GO
ALTER DATABASE databasename SET RECOVERY SIMPLE
GO
USE databasename ...
The recommended procedure now is:
1. ALTER DATABASE SET RECOVERY SIMPLE; 2. CHECKPOINT -- possibly do this a couple of times to roll the VLF to beginning of file 3. Shrink the log file using shrinkfile ...
You can use PFDavAdmin to recover public folder quickly. Below article can be used for Exchange 2007 server also.
How to recover deleted public folders or items that are deleted from public folders ...
After someone (accidentally) deleted a exchange public folder in a exchange 2010 organization, you can easy recover the deleted folder using ExFolders. ExFolders is the exchange 2010 replacement of ...
... of Exchange backup tools and solutions, and the cost and complexity factors can run quite high.
While the main purpose of Exchange backup is to enable server, storage, and datacenter disaster recovery ...
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\Agent\ClientProtection
create a new key called “ClientOwners” as REG_MULTI_SZ (watch the S in clientowners)
add ...
http://support.microsoft.com/kb/2465832 This hotfix rollup resolves the following issues:
When you change the ports that are used by the Data Protection Manager 2010 Remote Access service, recovery ...
... a pagefile size that is 0.2 percent the size of all recovery point volumes combined, in addition to the recommended size (generally, 1.5 times the amount of RAM on the computer). For example, if the recovery ...
1) Open the "server.xml" file in C:\Program Files\Citrix\Licensing\LS\conf. If on Win2k8 you will need to open your editor as an admin. 2) Find the entry that looks something like this: <user firstName="System" ...