sql server 9.0.3033

  • HI All,

    I am creating the database configuration document , i want to know sql server 9.0.3033 about this, and help what are points needs to be add for creating the database configuration.

    please help on this

  • What is the SQL server (productlevel)

    check it

    select Serverproperty('productlevel')

    go

    I think 3033 is hotfix.

    Regards,
    Shivrudra W

  • k.solai 53753 (1/21/2010)


    HI All,

    I am creating the database configuration document , i want to know sql server 9.0.3033 about this, and help what are points needs to be add for creating the database configuration.

    please help on this

    --GO Google:-)

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • Karthick My Dear,

    It indicates the SQL Server version and service pack you have installed.

    Fire the below query and see.

    SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

    If service pack is not installed 'productlevel' will show as 'RTM', otherwise the corresponding number...

    I think so, not sure. Dint touch SQL Server since somany days now. Forgeting the stuff...

    Ok. By the way, All well there..?

    I appreciate, you have taken on the things...and completed the certifiication...Excellent....wel done my boy ..!

    San (Australia - 🙂 ).

  • hey santhu bhai,

    i no that u only this , thanks bhai

  • [font="Arial"]9.0.3033 =>

    Here, 9=> SQL Server Version (SQL Server 2005)

    0 => Minor Version

    3033 =>Hotfix

    Now, if you install a latest service pack, the Minor version and hotfix will be changed depended upon the bugs MS has fixed and issued the patch.[/font]

    Thanks.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply