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 |
|
niranjankumark
Posting Yak Master
164 Posts |
Posted - 2008-05-13 : 00:28:30
|
| What are sql server 2005 edition ( ex: express ) .. how much advantage it has like can deloper utilize ??? if my machine installed with sql 2005 .. how will find out what type of edition installed in my machine.. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-05-13 : 00:44:38
|
| To find out which edition you have, simply run SELECT @@VERSION.For information abou what edition offers, check out the Microsoft site.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
|
|
|
|