How to install/Enable System restore on Win server 2003

How to install/Enable System restore on Win server 2003

October 10, 2009
System Restore’s purpose is to return your system to a workable state without requiring a complete reinstallation and without compromising your data files. The utility runs in the background and automatically creates a restore point when a trigger event occurs. Trigger events include application installations, AutoUpdate installations, Microsoft Backup Utility recoveries, unsigned- driver installations, and manual creations of restore points. The utility also creates restore points once a day by default.Currently system restore available in Windows XP/Vista this tutorial will show you how to install/enable system restore on win server 2003.
Solution 1
Note:- Take a complete backup of your registry before doing any changes
In this procedure you need to download Add System Restore from here
Extract the zip file into a folder, in this you will see two files – AddSystemRestoreEntries.reg and sr.inf
Double click on AddSystemRestoreEntries.reg and click on Yes when prompted.
Insert your Windows XP CD and Right click on sr.inf and select Install.
Point to the /i386 directory on the CD if prompted.
Reboot your win server 2003 that’s it now you are ready for your new win server 2003 feature
System restore screen

System restore tab
BSOD during install of XP on new Dell E520

BSOD during install of XP on new Dell E520

October 10, 2009



http://dsnimg.dell.com/images/external/images/BIOS-CMOS/Performance%20BIOS%209100.jpg




















  The Dell E520 come with SATA2 drives. In the BIOS config, they have RAID turned on by default. There is an option in the BIOS under ‘Drives > SATA Operation’ for ‘RAID/ATA’ or ‘RAID On’. You need to change the setting to ‘RAID/ATA’ as to remove the BSOD from the install procedure.
Nowhere on the internet is this to be found. I searched for hours the first time this came up. The BSOD error is ” STOP: 0×0000007B “.
Sometimes I wonder who makes the decisions for what defaults are on or off???

EMC Navisphere Simulator Download

October 09, 2009
NavisphereEMC CLARiiON Best Practices for Navisphere Performance in Large Configurations


This white paper provides best practices for managing large configurations using Navisphere Manager. It discusses performance issues one might encounter when managing large configurations, and provides recommendations for improving Navisphere Manager's performance with large configurations. This paper also includes an overview release 28. It also says about two primary keys to maximize the performance of a Navisphere Manager GUI session.



    Clck here to download.  
Rapidshare Automatic Downloader for Linux & Windows

Rapidshare Automatic Downloader for Linux & Windows

October 08, 2009
In past we have covered several Rapidshare tools for windows today we are here with excellent Rapidshare script for Linux
and Windows. Rapidshare Automatic Downloader is small script for Linux as well as for Windows to download files from Rapidshare via command line automatically.
The script will automatically start the downloads in the list, and even if the DOWNLOAD LIMIT has been exceeded, it will wait and retry every 5 minutes until it can download the other files!!
How to Install on Linux
For linux users, this is just a simple bash script. Just do the following to set it up:
unzip rsdown_linux.zip
chmod +x ./rsdown_linux/rsdown.sh
How to Install on Windows
Extract the package, and navigate to the rsdown_win folder. then:
1. right-click on rsdown.sh
2. choose open with -> Browse to the rsdown_win\bin\ folder
3. choose sh.exe, and press ok
4. Next go to Control panel->System->Advanced->Environment Variables
and append the rsdown_win\bin location folder (put in the full path of the folder) to the PATH variable.
Rapidshare Automatic Downloader
Download Rapidshare Automatic Downloader (Linux)
Download Rapidshare Automatic Downloader (Windows)
connect to an instance of Microsoft SQL Server 2005 from a remote computer

connect to an instance of Microsoft SQL Server 2005 from a remote computer

October 07, 2009

When you try to connect to an instance of Microsoft SQL Server 2005 from a remote computer, you may receive an error message. This problem may occur when you use any program to connect to SQL Server. For example, you receive the following error message when you use the SQLCMD utility to connect to SQL Server:
Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
This problem may occur when SQL Server 2005 is not configured to accept remote connections. By default, SQL Server 2005 Express Edition and SQL Server 2005 Developer Edition do not allow remote connections. To configure SQL Server 2005 to allow remote connections, complete all the following steps:
Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer.
Turn on the SQL Server Browser service.
Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service.
This article describes how to complete each of these steps.
Back to the top

Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition       
You must enable remote connections for each instance of SQL Server 2005 that you want to connect to from a remote computer. To do this, follow these steps:                                              
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and
then click SQL Server Surface Area Configuration.                                                      
On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services
and Connections. On the Surface Area Configuration for Services and Connections page,         
expand Database Engine, click Remote Connections, click Local and remote connections,
click the appropriate protocol to enable for your environment, and then click Apply.
------------------------------------------------------------------------------------------------------------Note Click OK when you receive the following message:
Changes to Connection Settings will not take effect until you restart the Database Engine service.
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Back to the top
Enable the SQL Server Browser service
-------------------------------------------------
If you are running SQL Server 2005 by using an instance name and you are not using a specific TCP/IP port number in your connection string, you must enable the SQL Server Browser service to allow for remote connections. For example, SQL Server 2005 Express is installed with a default instance name of Computer Name\SQLEXPRESS. You are only required to enable the SQL Server Browser service one time, regardless of how many instances of SQL Server 2005 you are running. To enable the SQL Server Browser service, follow these steps.

Important These steps may increase your security risk. These steps may also make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We recommend the process that this article describes to enable programs to operate as they are designed to, or to implement specific program capabilities. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this process in your particular environment. If you choose to implement this process, take any appropriate additional steps to help protect your system. We recommend that you use this process only if you really require this process.
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
On the Surface Area Configuration for Services and Connections page, click SQL Server Browser, click Automatic for Startup type, and then click Apply.

Note When you click the Automatic option, the SQL Server Browser service starts automatically every time that you start Microsoft Windows.
Click Start, and then click OK.
Note When you run the SQL Server Browser service on a computer, the computer displays the instance names and the connection information for each instance of SQL Server that is running on the computer. This risk can be reduced by not enabling the SQL Server Browser service and by connecting to the instance of SQL Server directly through an assigned TCP port. Connecting directly to an instance of SQL Server through a TCP port is beyond the scope of this article. For more information about the SQL Server Browser server and connecting to an instance of SQL Server, see the following topics in SQL Server Books Online:
SQL Server Browser Service
Connecting to the SQL Server Database Engine
Client Network Configuration
Back to the top
===============================================================
Create exceptions in Windows Firewall
--------------------------------------------------
These steps apply to the version of Windows Firewall that is included in Windows XP Service Pack 2 (SP2) and in Windows Server 2003. If you are using a different firewall system, see your firewall documentation for more information.

If you are running a firewall on the computer that is running SQL Server 2005, external connections to SQL Server 2005 will be blocked unless SQL Server 2005 and the SQL Server Browser service can communicate through the firewall. You must create an exception for each instance of SQL Server 2005 that you want to accept remote connections and an exception for the SQL Server Browser service.

SQL Server 2005 uses an instance ID as part of the path when you install its program files. To create an exception for each instance of SQL Server, you must identify the correct instance ID. To obtain an instance ID, follow these steps:
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
In SQL Server Configuration Manager, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties.
On the SQL Server Browser Properties page, click the Advanced tab, locate the instance ID in the property list, and then click OK.
To open Windows Firewall, click Start, click Run, type firewall.cpl, and then click OK.
Create an exception for SQL Server 2005 in Windows Firewall
----------------------------------------------------------------------------------
To create an exception for SQL Server 2005 in Windows Firewall, follow these steps:
In Windows Firewall, click the Exceptions tab, and then click Add Program.
In the Add a Program window, click Browse.
Click the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe executable program, click Open, and then click OK.

Note The path may be different depending on where SQL Server 2005 is installed. MSSQL.1 is a placeholder for the instance ID that you obtained in step 3 of the previous procedure.
Repeat steps 1 through 3 for each instance of SQL Server 2005 that needs an exception.
Create an exception for the SQL Server Browser service in Windows Firewall
To create an exception for the SQL Server Browser service in Windows Firewall, follow these steps:
In Windows Firewall, click the Exceptions tab, and then click Add Program.
In the Add a Program window, click Browse.
Click the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, click Open, and then click OK.

Note The path may be different depending on where SQL Server 2005 is installed.

Media Recovery Wizard

Media Recovery Wizard

October 06, 2009



  Media Recovery Wizard is works with all kinds of flash media cards.

Download  Order Now  Tutorial



Recover Flash Memory Cards

Media Recovery Wizard is works with all kinds of flash media cards, USB drives, hard drives, CD and DVD media. Don’t have a flash card reader? Just plug your camera or MP3 player directly via a USB cord, and Media Recovery Wizard will be able to recover multimedia files! Compact and SLR digital cameras, hard drives, floppy disks, Zip, Jazz, and all sorts of USB flash memory drives are supported along with a number of memory cards formatted to FAT or NTFS, including Smart Media, Memory Stick, Compact Flash, MicroDrive, Secure Digital (SD), xD Picture Card, MMC, and the miniature miniSD and microSD cards.
Full List of Advanced Media Recovery Wizard Features

Recover Audio Files

Media Recovery Wizard can recover collections of MP3, WMA, ASF, WAV, OGG, WV, RA, RM, VQF, MID and VOC files.

Recover Digital Images

Supporting both compact and dSLR cameras, Media Recovery Wizard is a truly universal photo recovery tool. All popular formats are supported, including JPG, GIF, PNG, BMP, TIF, and many others. Digital SLR owners can recover digital negatives in multiple RAW formats such as CR2, CRW, RAW, TIFF, TIF, NEF, PEF, and X3F.

Recover Movies and Videos

Have a collection of movies stored in an iPod or on a hard drive? Recover films and videos in AVI, WMV, MPG, ASF, MP1, M1V, MP2, M2V, M2A, VOB, DAT, MV, and MOV formats.
Full List of Advanced Media Recovery Wizard Features

Supported File Systems

Media Recovery Wizard works on Windows 95, 98, ME, NT, 2000, XP, 2003 Server, and Vista, and supports flash memory formatted with all versions of FAT and NTFS file systems.

PowerSearch Recovery

If a flash memory card is damaged, corrupted or formatted, the original file system is little use for the purpose of data recovery. In case of an emergency, Media Recovery Wizard finds and recovers recoverable multimedia files such as pictures, music and movies by scanning the contents of a memory card or hard drive and matching the data against a set of pre-defined signatures in order to define the beginning and end of each file. PowerSearch allows Media Recovery Wizard detecting recoverable files in cases of severe data corruption and file system failure.



Nucleus Windows Data Recovery Software

Nucleus Windows Data Recovery Software

October 06, 2009
   
Author: Nucleus Data Recovery
File Size: 2078K
Language: English
Licence: Demo
Update: 2005-08-01 00:04:25.000
   
   
Nucleus sum for FAT and NTFS is the most powerful data recovery software and file undelete tool available in the market,and can well recover your accidentally deleted files. Kernel data recovery software system can easily recover data from formatted or corrupted partitions and hard drives.It is a robust data recovery software and file undelete tool for FAT and NTFS file systems.An snug to use data recovery utility for Windows 98/Me/NT/2000/XP/2003. Kernel data recovery software allows you to view and browse the content of your damaged or formatted disk likewise as you do it in Windows Explorer.It understandably display you all deleted files and folders along with the regular ones after the complete disk scanning.The program allows you to search for files near name or mask,rename a file to represent recovered and show the probability of successful recovery for each file by opening it by double-clicking it.Recovered files tin be saved to any disks accessible on your system. Kernel data recovery software allows you to save the full branch of folders tree diagram containing selected files and folders.Installation sustain is provided under Win 95/98/Me/NT/2000/XP/2003 operating systems.The software supports data recovery from all Windows file systems for hard work and floppy drives including FAT12/FAT16/FAT32,NTFS/NTFS5.

Download Undelete File Recovery