Friday, February 24, 2012

Checking the AS Edition

Hi,

How do i check if the AS edition (Standard, Enterprise etc.) in my PC?

thanks,

cherriesh

Hi,

Right click on the analyis server node in SSMS. Select reports, standard reports, general. This will generate a report with the edition and the version of the analysis server.

Thanks

Giles

|||

What tool would you use?

If it would be custome code in .Net - use the AMO.Server object

Server lServer = new Server()

lServer.Connect("local");

long lEditionId = mServer.EditionID;

ServerEdition lEdition = mServer.Edition;

No comments:

Post a Comment