|
Home > Archive > MS SQL Server > July 2005 > SQL SP version
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| rupart 2005-07-18, 3:23 am |
| I run this
SELECT SERVERPROPERTY('prod
uctversion'), SERVERPROPERTY ('productlevel'),
SERVERPROPERTY ('edition')
and ,strangely, i get 8.00.818... i dont see this version documented
anyhwere...
is it OK?
| |
| Jens Süßmeyer 2005-07-18, 3:23 am |
| Thats after MS03-031was installed.
HTH, Jens Suessmeyer.
"rupart" wrote:
> I run this
> SELECT SERVERPROPERTY('prod
uctversion'), SERVERPROPERTY ('productlevel'),
> SERVERPROPERTY ('edition')
>
> and ,strangely, i get 8.00.818... i dont see this version documented
> anyhwere...
>
> is it OK?
>
| |
| Hari Prasad 2005-07-18, 3:23 am |
| Hi,
Your Sql Server should have 2000 SP3+Q821277/337/818388/826161/821280
installed.
See the below link to get all the SQL Server versions.
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37
Thanks
Hari
SQL Server MVP
"rupart" <rupart@discussions.microsoft.com> wrote in message
news:D2D3383C-A0EF-4DF3-B828- AC71EDD85593@microso
ft.com...
>I run this
> SELECT SERVERPROPERTY('prod
uctversion'), SERVERPROPERTY ('productlevel'),
> SERVERPROPERTY ('edition')
>
> and ,strangely, i get 8.00.818... i dont see this version documented
> anyhwere...
>
> is it OK?
>
| |
| rupart 2005-07-18, 7:23 am |
| u guy rocks man!
thanks alot
"Hari Prasad" wrote:
> Hi,
>
> Your Sql Server should have 2000 SP3+Q821277/337/818388/826161/821280
> installed.
>
> See the below link to get all the SQL Server versions.
>
> http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37
>
> Thanks
> Hari
> SQL Server MVP
>
>
>
> "rupart" <rupart@discussions.microsoft.com> wrote in message
> news:D2D3383C-A0EF-4DF3-B828- AC71EDD85593@microso
ft.com...
>
>
>
|
|
|
|
|