Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2012-04-30 : 07:14:36
|
Hi,How can I find out which CU the machine has please? |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-04-30 : 07:20:25
|
This page may be helpful: http://www.sqlteam.com/article/sql-server-versions |
 |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2012-04-30 : 07:51:40
|
Thanks but still do not know how to find out which Cumulative update I have in Dev or prod. |
 |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-04-30 : 07:58:25
|
You can find the version number using any of the methods described on this page and compare it against what is on the link that I posted earlier.For example: select @@version from an SSMS query window when connected to the server. |
 |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2012-04-30 : 08:07:22
|
Thanks |
 |
|
|
|
|