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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Select Statement to pull SQL Server Information

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 @@VERSION

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

devils3cups
Starting Member

23 Posts

Posted - 2008-05-06 : 15:36:54
Hmmmmmm that was nice and easy.
Thanks!
Go to Top of Page
   

- Advertisement -