Sunday, January 4, 2015

Sql Server 2008 and Visual studio 2010 installation


When you get  compatibility error every time you click on SQL Server Management studio express installation exe downloaded from MS

One of the first things I always do after installing Visual Studio is to install SQL Server Management Studio (SSMS). Visual Studio 2010 installs SQL Server 2008 Express on your machine but doesn’t include SSMS. Although you can use Visual Studio to create/connect/design databases, I like having SSMS around for advanced managemen

Okay the first thing you need is to make sure you get the right version of SSMS. If you installed Visual Studio 2010 then you will need the 2008 version (not R2).

I installed Sharepoint 2010 Server, it installed SQL 2008 R2 without management studio.  I tried installing SQL Server management 2010 R2 , but was always getting compatiliby error. Ignore it and run exe as an administrator, you will get sql server 2008 R2 database and management studio.

STEP 1: Download Microsoft® SQL Server® 2008 Management Studio Express and select either SQLManagementStudio_x64_ENU.exe or SQLManagementStudio_x86_ENU.exe depending on your machine’s OS bit-ness. I’m running Windows 7-64bit so I’ll be detailing the steps as it pertains to that OS.
STEP 2: Make sure you’re logged in as an administrator of the machine then right-click on the exe you downloaded and select “Run as Administrator”. If you’re on Windows 7 then you’ll get a compatibility warning. Click past it for now to continue with the install. Later you’ll need to apply SQL 2008 Service Pack 2.
STEP 3: You should now see the “SQL Server Installation Center” window. Yes it looks scary. Select the “Installation” tab.

After few steps of installation make sure you have management selected.

No comments:

Post a Comment