all groups > sql server misc > may 2007 >
You're in the

sql server misc

group:

How to tell what SQL 2005 version I'm runing?


Re: How to tell what SQL 2005 version I'm runing? Aaron Bertrand [SQL Server MVP]
5/7/2007 5:14:37 PM
sql server misc:
[quoted text, click to view]

Anywhere?

If you're going to manage SQL Server, you should have it SOMEWHERE. If not
regular Management Studio then at least the express version (which is free).
http://tinyurl.com/j7wjl

From there you can run
SELECT @@VERSION;


How to tell what SQL 2005 version I'm runing? Clayton Sutton
5/7/2007 8:59:18 PM
Hey everyone,

We have a server that is running SQL 2005 but we don't know if it's full SQL
2005 or SQL 2005 Express. Can someone tell me how I can find out?

We DON'T have SQL Server Mangement Studio installed.

--

TIA,


Clayton


P.S.: I wrote an iTunes podcast tutorial and just want to publicize it.
You can find it at: http://www.nikoli.net/itunepod

*******************



Re: How to tell what SQL 2005 version I'm runing? Tibor Karaszi
5/8/2007 12:00:00 AM
How about connection with SQLCMD and execute below?
SELECT @@VERSION
GO

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/


[quoted text, click to view]

Re: How to tell what SQL 2005 version I'm runing? Clayton Sutton
5/8/2007 12:00:00 AM
Hey Tibor,

Thanks for the advice, however, I don't know how to use the sqlcmd command.
Got any tips? I tried the /? but that didn't help much.

--

TIA,


Clayton


P.S.: I wrote an iTunes podcast tutorial and just want to publicize it.
You can find it at: http://www.nikoli.net/itunepod

*******************



"Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.com> wrote in
message news:edgGDLVkHHA.568@TK2MSFTNGP02.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button