You maintain multiple SQL Server 2008 instances.
You develop a failure recovery strategy.
You need to find out the edition and the build of SQL Server that is deployed in your
environment.
What should you use to find the required information?
A.
SELECT @@VERSION
B.
SELECT * FROM sys.dm_os_sys_info
C.
DBCC HELP
D.
EXEC xp_msver