How could I know the version of Reporting Services in my machine?
thanks
SELECT @.@.version
Or take a look at this:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=445611&SiteID=1
How could I know the version of Reporting Services in my machine?
thanks
SELECT @.@.version
Or take a look at this:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=445611&SiteID=1
I don't think you could install version other than ia64 on a Itanium machine.
If you could start the server, try following sql, it should return a version string which indicate whether is x86/amd64/ia64.
select @.@.version
|||Duh! It never occurred to me that it might list the processor. Thanks!
Oh...I wish I had a brain!