May 28th, 2011

To enable the windows vista/windows 7 experience (theme) in server three things should be considered:

1. Installing Terminal server Role 2. Installing Desktop Experience 3. Modifying Group policy to take effect the Read More...

May 28th, 2011

When connecting to VPS via FTP( Say File zilla ) which results in Could not connect to server. But the settings will be perfect. You Read More...

May 28th, 2011

Shrinking SQL 2008 database is nowhere related to SQL 2000/2005 Method. Because SQL Server 2008 no longer allows you to truncate the transaction log using Read More...

May 28th, 2011

Scenario 1:

SQL is not connecting via Management studio locally after a fresh Installation:

1. After a fresh Installation of SQL  and opening the port in the Read More...

May 28th, 2011

1. Log into your server through Remote Desktop Connection. 2. Open SQL Server Management Studio and select the server name 3. Click the New Query Read More...
May 28th, 2011

Connection to a named instance of SQL server 2005/2008 should be made using the format ‘VirtualServer\Instancename’. if the IP address of a machine running a Read More...

May 28th, 2011

To determine whether or not Service Broker is enabled for a particular database, execute the following T-SQL:

SELECT is_broker_enabled FROM sys.databases WHERE name = ‘Database name’;

– Enable Read More...

May 28th, 2011

When you access a website in Event viewer there is a error message "Metabase Key 7041 is out of range. using
1 as default".
Metabase Read More...
May 28th, 2011

Symptoms

When I open File Manager I am getting the following error:FileList::init() failed: ls_dir_wrapper() failed: Unable to logon user (PLESK900W2K3\USER1): (1326) Logon failure: unknown user name Read More...
May 28th, 2011

Service Unavailable:

If you face the error ‘Service unavailable’  while accessing the domains in the browser.

Cause:

Application pool gets stopped for that domain.

Fix:

In this case you have Read More...