Hi,
I have installed the Visual Studio 2010 SP1. The Help->About screen displays the below line.
----------'Microsoft Visual Studio 2010 Professional - ENU Service Pack 1 (KB983509) KB983509'-----------
Now I figured that the intellisense is not working anymore in my SQL Server Management Studio. I found an article in MSDN suggesting to downloaded and install SQLServer2008R2-KB2507770-x86.exe patch (32 bit) from msdn to resolve the issue. When I downloaded the patch and started installing, I got the below error message in the 'Select Feature' tab and the installation failed.
"The version of SQL Server instance Shared Component does not match the version expected by the SQL Server update. The installed SQL Server product version is 10.0.1600.22, and the expected SQL Server version is 10.50.1600.1."
The SQL Server version is 2008 R2 SP2.
The Help->About screen of my SQL Server Management Studio 2008 R2 shows the following:
----------Microsoft SQL Server Management Studio 10.50.1600.1---------
When I run 'select @@version', it displays the following:
"Microsoft SQL Server 2008 R2 (SP2) - 10.50.4286.0 (X64) May 29 2013 15:04:02 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor) "
How can I get the patch installed, so that I can start using the intellisense in SQL?
Thanks!!!