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 |
|
devils3cups
Starting Member
23 Posts |
Posted - 2008-05-06 : 15:33:01
|
| Sorry if this is rudimentary. I need a select statement to retrieve what version of sql server is running and whether it is enterprise or standard. I know I could just right click but I have hundreds of servers to go through so this should save alot of time.Thanks,Kraig |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-05-06 : 15:34:05
|
| SELECT @@VERSIONTara 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 |
 |
|
|
devils3cups
Starting Member
23 Posts |
Posted - 2008-05-06 : 15:36:54
|
| Hmmmmmm that was nice and easy. Thanks! |
 |
|
|
|
|
|