| Author |
What is SQL2005 final build number?
|
|
| Clayton Sutton 2006-02-06, 8:23 pm |
| Can someone please tell me what the fnal build number is for MSSQL 2005? I
just took over a network where the old admin did a lot of playing around on
the network and installed a lot of "Test" software. This includes MSSQL
2005. There has also been a change in some of managment and no one knows
what the old admin has done on the network. He installed MSSQL 2005 but no
one know if it's a bata copy or if they bought lic(s) for the final product.
I have our acct. dept. looking for a PO but in the mean time I just want to
know if we are running a bata copy or not.
Thanks for your help,
Clayton
| |
| Mike Hodgson 2006-02-06, 8:23 pm |
| SQL Server 2005 RTM is build number 9.0.1399.06.
You can see this with
select serverproperty('Prod
uctVersion')
This should also be helpful (if it's a pre-RTM copy this will tell you):
select serverproperty('Prod
uctLevel')
--
*mike hodgson*
http://sqlnerd.blogspot.com
Clayton Sutton wrote:
>Can someone please tell me what the fnal build number is for MSSQL 2005? I
>just took over a network where the old admin did a lot of playing around on
>the network and installed a lot of "Test" software. This includes MSSQL
>2005. There has also been a change in some of managment and no one knows
>what the old admin has done on the network. He installed MSSQL 2005 but no
>one know if it's a bata copy or if they bought lic(s) for the final product.
>I have our acct. dept. looking for a PO but in the mean time I just want to
>know if we are running a bata copy or not.
>
>
>Thanks for your help,
>
>
>Clayton
>
>
>
>
| |
| Michael Hotek 2006-02-07, 3:23 am |
| Build number
14098163976987463139
85619864312897563982
13763498712634987125
987342987.23465.123123.11223.12334.12.233.
Just kidding, it only seems like it. :)
--
Mike
http://www. solidqualitylearning
.com
Disclaimer: This communication is an original work and represents my sole
views on the subject. It does not represent the views of any other person
or entity either by inference or direct reference.
"Mike Hodgson" <e1minst3r@gmail.com> wrote in message
news:O8rmqq4KGHA.3460@TK2MSFTNGP15.phx.gbl...
> SQL Server 2005 RTM is build number 9.0.1399.06.
>
> You can see this with
>
> select serverproperty('Prod
uctVersion')
>
> This should also be helpful (if it's a pre-RTM copy this will tell you):
>
> select serverproperty('Prod
uctLevel')
>
> --
> *mike hodgson*
> http://sqlnerd.blogspot.com
>
>
>
> Clayton Sutton wrote:
>
>
| |
|
| Microsoft SQL Server Management Studio 9.00.1399.00
Microsoft Analysis Services Client Tools 2005.090.1399.00
Microsoft Data Access Components (MDAC) 2000.085.1117.00
(xpsp_sp2_rtm.040803-2158)
Microsoft MSXML 2.6 3.0 5.0 6.0
Microsoft Internet Explorer 7.0.5296.0
Microsoft .NET Framework 2.0.50727.42
These are my Version numbers.
| |
| Chris Wood 2006-02-07, 11:23 am |
| Clayton,
This link gets updated when new builds come along.
http://www.aspfaq.com/sql2005/show.asp?id=20
Chris
"Clayton Sutton" <none@none.com> wrote in message
news:ucr8Ta4KGHA.2696@TK2MSFTNGP14.phx.gbl...
> Can someone please tell me what the fnal build number is for MSSQL 2005?
> I just took over a network where the old admin did a lot of playing around
> on the network and installed a lot of "Test" software. This includes
> MSSQL 2005. There has also been a change in some of managment and no one
> knows what the old admin has done on the network. He installed MSSQL 2005
> but no one know if it's a bata copy or if they bought lic(s) for the final
> product. I have our acct. dept. looking for a PO but in the mean time I
> just want to know if we are running a bata copy or not.
>
>
> Thanks for your help,
>
>
> Clayton
>
| |
| Clayton Sutton 2006-02-07, 8:23 pm |
| Thanks everyone,
It looks like we are running the real thing. Now I just need to find out if
we paid for it.
Lamar
"Clayton Sutton" <none@none.com> wrote in message
news:ucr8Ta4KGHA.2696@TK2MSFTNGP14.phx.gbl...
> Can someone please tell me what the fnal build number is for MSSQL 2005?
> I just took over a network where the old admin did a lot of playing around
> on the network and installed a lot of "Test" software. This includes
> MSSQL 2005. There has also been a change in some of managment and no one
> knows what the old admin has done on the network. He installed MSSQL 2005
> but no one know if it's a bata copy or if they bought lic(s) for the final
> product. I have our acct. dept. looking for a PO but in the mean time I
> just want to know if we are running a bata copy or not.
>
>
> Thanks for your help,
>
>
> Clayton
>
|
|
|
|