Tuesday 3 February 2015

SQL Server r2 installation error . Update Visual Studio 2008 to SP1

There are more than one options to do this-

1. Go to like http://www.microsoft.com/en-us/download/details.aspx?id=10986 and download sp1 and installed it.

or Fallow the following steps to Install -

  1. Install Visual Studio 2008
  2. Install the service Package 1 (SP1)
  3. Install SQL Server 2008 r2

2. Go to ->>Start ->>runcommand ->>type - regedit ->> press enter

  1. windows+R type regedit and press enter


Step-2
Step-3


Step-4


Step-5


No comments:

Post a Comment

Excel Sort values in ascending order using function TEXTJOIN

 Excel ::  Text ::  1,3,5,2,9,5,11 Result :: 1,2,3,5,5,9,11 Formula ::     TEXTJOIN ( ",",1,SORT(MID(SUBSTITUTE( A1 ,","...