-
Installing updates on SQL Server 2008
So when I was installing SCCM 2012 I foundĀ out that I need to install patches/updates on my SQL server. To find out what version I was running I looked at this document. How to determine which version and edition of SQL Server Database Engine is running To determine the version of SQL Server, you can use any of the following methods: Method 1: Connect to the server by using Object Explorer in SQL Server Management Studio. After Object Explorer is connected, it will show the version information in parentheses, together with the user name that is used to connect to the specific instance of SQL Server. Method 2: Look…