Unable to install Sql Server 2008 R2 developer - sql-server-2008-r2

I am facing issues while installing 'Sql Server 2008 R2 developer' edition. My OS is windows 8. I am getting the error
"This program has compatability issues. Microsoft Sql Server 2008 and 2008 R2". I went through the solutions online for this issue.I installed 'VS 2010'. I enabled 'dotnet framework 3.5' which is under 'Turn windows features on or off' in programs menu of control panel. I installed 'Sql Server 2008 SP3' before installing 'Sql Server 2008 R2'. But same issue arised. Then I uninstalled 'Sql Server 2008 SP3' and installed 'Sql Server 2008 R2 SP2' before installing 'Sql Server 2008 R2'. But there is no use. My windows updates are up to date. I am strggling with this issue for 3 days. I need your suggestions.

Related

SQL Server 2008 R2 Setup Stuck in Installation Progress in Windows 10

I am trying to install SQL Server 2008 R2, but it stuck in Installation Progress, like in the below picture
So If any one have an Idea about this case?
As I follow this SQL Server 2008 R2 Install stuck
But I didn't find any solution......

Application failed to start Qt platform plugins Windows

Installed PostgreSQL 11.1 and pgAdmin 4 on my Laptop with Windows 10. All OK.
Then moved to server with Windows Server 2008
And I followed the same installation but got Application failed...
I appreciate all the help I get.
The Windows Server 2008 SP2 is not supported. But 2008R2 (server) and above are supoorted

Can we install BIDS on a sql server 2008 R2 & VS2012

How to use SSRS with sql server 2008 R2 and Visual Studio 2012 installed system.
SQL Server 2008 R2 BIDS integrates only with VS 2008. As detailed here on MSDN:
"Business Intelligence Development Studio is Microsoft Visual
Studio 2008 with additional project types that are specific to SQL
Server business intelligence."
If you already have VS 2012 installed, then BIDS for 2008 R2 (VS 2008 Shell) can install side-by-side with VS 2012.

Upgrade from SQL Server Express with Advanced Services to SQL Server 2008 R2 Enterprise

How do I upgrade my SQL Server 2008 Express with Advanced Services to SQL Server 2008 R2 Enterprise edition?
Please do let me know.
Thanks,
Vivek
click on the installer, and on one of the tabs, there is an edition upgrade option.

Using SQL Server 2008 R2 Express with C# Express 2010

Wonder if SQL Server 2008 R2 Express edition can be used with C# Express 2010? I'm getting the error below when trying to add 'Service-based Database' item to my projects.
Please note, I've only got SQL Server 2008 R2 Express.
Update 1 - I checked the service (MSSQLSERVER) and it's up and running, I've got no errors during SQL Server 2008 R2 installation either, the PC didn't have any previous versions of SQL Server installed.
The actual error:
Connections to SQL Server database files (.mdf) require SQL Server
2005 Express or SQL Server 2008 Express to be installed and running on
the local computer. The current version of SQL Server Express can be
downloaded at the following URL:
http://go.microsoft.com/fwlink/?LinkId=125883
Thanks.
As the message says, Visual C# Express 2010 does not support connections to SQL Server 2008 R2 Express (which is not an upgrade to SQL Server 2008 Express). You could give Visual Studio 2012 a try.
EDIT: It seems like my above statement is not correct. I've tested it and I got SQL Server 2008 R2 Express working with Visual Studio 2010 Premium. So I guess it should also work in Visual C# Express 2010.
In order for it to work I had to change 'SQL Server Instance Name' found in the options under 'Database Tools' --> 'Data Connections'. The default value is SQLEXPRESS but I changed my instance name to SQLEXPRESS2008R2 during installation.