Re: Newbie Question - what version of SQL am I running
- From: "boe" <boe_d@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Jul 2005 17:42:49 -0700
Thanks
"Hugo Kornelis" <hugo@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:d18le1lanp0p3i4616tic913nb91u69hpk@xxxxxxxxxx
> On Thu, 28 Jul 2005 18:42:05 -0700, boe wrote:
>
>>Wow - thanks - that is a hell of a lot of work - you'd think they'd have a
>>help about but Exchange still says version 6.5 or some such thing for
>>2003 -
>>what the heck is it with MS and burying the versions of the software - why
>>not give them in Hex so it is even harder to figure out?
>
> Hi boe,
>
> It's not as bad as you think it is. In Query Analyzer, you can use the
> menu item "Help" / "About" to get the version. Enterprise Manager is
> slightly different, becuase it runs as an embedded application in the
> Windows Management Console - to get the version of EM, you need to
> right-click "Microsoft SQL Servers", then select "About SQL Server
> Enterprise Manager".
>
> However, both the above options will inform you of the current version
> of the client tools on your computer. There is no guarantee that the
> server you connect to is running the same version - it might have a more
> recent service pack or a hot-fix, or it might even be another version!
> That's why the only way to find the version of the SERVER is to connect
> to the server and ask - SELECT @@VERSION does just that.
>
> Best, Hugo
> --
>
> (Remove _NO_ and _SPAM_ to get my e-mail address)
.
- References:
- Re: Newbie Question - what version of SQL am I running
- From: Hugo Kornelis
- Re: Newbie Question - what version of SQL am I running
- Prev by Date: Migrating SQL Server 7.0 to SQL Server 2000
- Next by Date: Re: Newbie Question - what version of SQL am I running
- Previous by thread: Re: Newbie Question - what version of SQL am I running
- Next by thread: Re: Newbie Question - what version of SQL am I running
- Index(es):
Relevant Pages
|