Hello,
I want to list all the applied SPs and CUs applied on SQL server 2008 R2 instance.
I am able to get verison no. using @@VERSION. But I want the whole list of patches/SP applied to it in the past.
Example:
10.50.4270 | http://support.microsoft.com/kb/2777358 | CU #4 for SQL Server 2008 R2 SP2 | |
10.50.4266 | http://support.microsoft.com/kb/2754552 | CU #3 for SQL Server 2008 R2 SP2 | |
10.50.4263 | http://support.microsoft.com/kb/2467239 | CU #2 for SQL Server 2008 R2 SP2 | |
10.50.4260 | CU#1 for SQL Server 2008 R2 SP2 | ||
10.50.4000 | Service Pack 2 | ||
10.50.2881 | CU#14 for SQL Server 2008 R2 SP1 |
How can I get the above list from SQL Server 2008 R2 instance?
Can you please help me out.
Thank you for your valuable time and reply.