My SQL Server Setup failure

Asked By 20 points N/A Posted on -
qa-featured

When I tried to install SQL Server 2008 R2 over SQL Server 2011 Denali, it showed the following error message. I would be pleased if someone could provide me with a feasible solution to this problem.

 

Error:

SQL Server Setup has encountered the following error: Method not found: 'Boolean Microsoft.SqlServer.Configuration.MsExtension.MsExtensionMetadata.get_1sSlpstreamOrPatch

SHARE
Answered By 95 points N/A #102897

My SQL Server Setup failure

qa-featured

You can’t run SQL server 2008 R2 over your existing SQL Server 2011 Denali in your PC. Before you want to run one, you have to remove another one from your system.

For remove the program, go to your control panel, then click on add or remove program. A list will be open then, that shows a list of the program that are running into your pc. Here you find the existing SQL server SQL Server 2011 Denali Click on remove button.

After removing it, you can run SQL server 2008 R2 in your pc. Keep it in mind that, you must have to follow a perfect installation process. Here I suggest you to visit two sites for your instance. Visit both for a better solvency.

SQL Server Setup and

https://blog.sqlauthority.com/2008/06/12/sql-server-2008-step-by-step-installation-guide-with-images/

Hope this all gives you a proper relief. Thanks.

Related Questions