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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-04-28 : 08:08:19
|
| Ian writes "Is there a registry entry that signifies that the software running is Enterprise and not Standard.ThanksIan" |
|
|
amachanic
SQL Server MVP
169 Posts |
Posted - 2005-04-28 : 10:10:00
|
| Not that I know of; but you can find out using the following T-SQL:SELECT SERVERPROPERTY('EDITION')---Adam MachanicSQL Server MVPhttp://www.datamanipulation.net |
 |
|
|
|
|
|