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 |
|
pravin14u
Posting Yak Master
246 Posts |
Posted - 2008-07-13 : 11:38:38
|
| How do I find if the installed version of SQL server and SSAS are standard or enterprise edition?Thanks,Prakash.PPrakash.PThe secret to creativity is knowing how to hide your sources! |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-07-13 : 11:51:12
|
print @@version KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
pravin14u
Posting Yak Master
246 Posts |
Posted - 2008-07-13 : 11:55:36
|
| Thanks, this works for relational database. How do I find out the SSAS version? Is it possible to have different SSAS and SQL 2005 relational database versions on the same server?Prakash.PThe secret to creativity is knowing how to hide your sources! |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-07-13 : 12:30:52
|
| Yes. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-07-13 : 16:50:58
|
| They should be same if you installed them from same media. |
 |
|
|
|
|
|