PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > sp2 install question
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
sp2 install question

Réponse
 
LinkBack Outils de la discussion
Vieux 05/09/2008, 14h32   #1
Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut sp2 install question

I installed SP2 on my SQL server, but when I run the [select @@version] its
still showing SP1, but when I go under [Add/Remove Programs] it has SP2 for
SQL 2005 listed. What would cause the SQL server not to show SP2 when I run
the [select @@version] query?



  Réponse avec citation
Vieux 05/09/2008, 14h36   #2
Tibor Karaszi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sp2 install question

SELECT @@VERSION do not show service pack level for your SQL Server instance, it only show build
level. The service pack level shown by @@VERSION is your operating system's level.

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


"Mike" <whyyoulookingatme@gmail.com> wrote in message news:%23IcAhN1DJHA.528@TK2MSFTNGP06.phx.gbl...
>I installed SP2 on my SQL server, but when I run the [select @@version] its still showing SP1, but
>when I go under [Add/Remove Programs] it has SP2 for SQL 2005 listed. What would cause the SQL
>server not to show SP2 when I run the [select @@version] query?
>
>
>


  Réponse avec citation
Vieux 05/09/2008, 14h43   #3
TheSQLGuru
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sp2 install question

Don't feel bad Mike, I have made this very same mistake - more than once!
:-)

--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net


"Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.co m> wrote in
message news:e3XuVQ1DJHA.4104@TK2MSFTNGP05.phx.gbl...
> SELECT @@VERSION do not show service pack level for your SQL Server
> instance, it only show build level. The service pack level shown by
> @@VERSION is your operating system's level.
>
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://sqlblog.com/blogs/tibor_karaszi
>
>
> "Mike" <whyyoulookingatme@gmail.com> wrote in message
> news:%23IcAhN1DJHA.528@TK2MSFTNGP06.phx.gbl...
>>I installed SP2 on my SQL server, but when I run the [select @@version]
>>its still showing SP1, but when I go under [Add/Remove Programs] it has
>>SP2 for SQL 2005 listed. What would cause the SQL server not to show SP2
>>when I run the [select @@version] query?
>>
>>
>>

>



  Réponse avec citation
Vieux 05/09/2008, 14h46   #4
Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sp2 install question

I found that this
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'),
SERVERPROPERTY ('edition')

will show you what SP your running.

"TheSQLGuru" <kgboles@earthlink.net> wrote in message
news:A5adnfkdTcWptFzVnZ2dnUVZ_rzinZ2d@earthlink.co m...
> Don't feel bad Mike, I have made this very same mistake - more than once!
> :-)
>
> --
> Kevin G. Boles
> Indicium Resources, Inc.
> SQL Server MVP
> kgboles a earthlink dt net
>
>
> "Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.co m> wrote
> in message news:e3XuVQ1DJHA.4104@TK2MSFTNGP05.phx.gbl...
>> SELECT @@VERSION do not show service pack level for your SQL Server
>> instance, it only show build level. The service pack level shown by
>> @@VERSION is your operating system's level.
>>
>> --
>> Tibor Karaszi, SQL Server MVP
>> http://www.karaszi.com/sqlserver/default.asp
>> http://sqlblog.com/blogs/tibor_karaszi
>>
>>
>> "Mike" <whyyoulookingatme@gmail.com> wrote in message
>> news:%23IcAhN1DJHA.528@TK2MSFTNGP06.phx.gbl...
>>>I installed SP2 on my SQL server, but when I run the [select @@version]
>>>its still showing SP1, but when I go under [Add/Remove Programs] it has
>>>SP2 for SQL 2005 listed. What would cause the SQL server not to show SP2
>>>when I run the [select @@version] query?
>>>
>>>
>>>

>>

>
>



  Réponse avec citation
Vieux 05/09/2008, 14h47   #5
vinu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sp2 install question

To add to Tibor and SQLGurus post use SERVERPROPERTY function

select SERVERPROPERTY ('ProductLevel')


--

vinu
http://oneplace4sql.blogspot.com/



"TheSQLGuru" <kgboles@earthlink.net> wrote in message
news:A5adnfkdTcWptFzVnZ2dnUVZ_rzinZ2d@earthlink.co m...
> Don't feel bad Mike, I have made this very same mistake - more than once!
> :-)
>
> --
> Kevin G. Boles
> Indicium Resources, Inc.
> SQL Server MVP
> kgboles a earthlink dt net
>
>
> "Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.co m> wrote
> in message news:e3XuVQ1DJHA.4104@TK2MSFTNGP05.phx.gbl...
>> SELECT @@VERSION do not show service pack level for your SQL Server
>> instance, it only show build level. The service pack level shown by
>> @@VERSION is your operating system's level.
>>
>> --
>> Tibor Karaszi, SQL Server MVP
>> http://www.karaszi.com/sqlserver/default.asp
>> http://sqlblog.com/blogs/tibor_karaszi
>>
>>
>> "Mike" <whyyoulookingatme@gmail.com> wrote in message
>> news:%23IcAhN1DJHA.528@TK2MSFTNGP06.phx.gbl...
>>>I installed SP2 on my SQL server, but when I run the [select @@version]
>>>its still showing SP1, but when I go under [Add/Remove Programs] it has
>>>SP2 for SQL 2005 listed. What would cause the SQL server not to show SP2
>>>when I run the [select @@version] query?
>>>
>>>
>>>

>>

>
>



  Réponse avec citation
Vieux 05/09/2008, 15h26   #6
amish
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: sp2 install question

On Sep 5, 5:32 pm, "Mike" <whyyoulookinga...@gmail.com> wrote:
> I installed SP2 on my SQL server, but when I run the [select @@version] its
> still showing SP1, but when I go under [Add/Remove Programs] it has SP2 for
> SQL 2005 listed. What would cause the SQL server not to show SP2 when I run
> the [select @@version] query?


Look at serverproperty function at BOL

Amish Shah
http://shahamishm.blogspot.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h46.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11567 seconds with 14 queries