SQL 2014 Enterprise Edition

  • Hi Team,

    After installing SQL Server 2014 enterprise edition, when I run @@print command I get the following message

    Enterprise Edition: Core based licensing on windows nt 6.1 x64 Build 7601, WOW64

    My o/s is SQL 2008r2 Sp1 Enterprise.

    I have checked that bit status using msinfo32/ also from properties tab

    Can you let me know if the SQL version installed is 64 bit or not.

    Regards

    Atulyan

  • What does SELECT @@version return? (the whole thing)?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • select @@VERSION

    Microsoft SQL Server 2014 - 12.0.2000.8 (X64)

    Feb 20 2014 20:04:26

    Copyright (c) Microsoft Corporation

    Developer Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: )

    Igor Micev,
    My blog: www.igormicev.com

  • That is the first release of SQL 2012.

    This is how you can figure that out:

    [/url]

  • Markus (1/28/2016)


    That is the first release of SQL 2012.

    Look again. It's the RTM of 2014.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
    "Change is inevitable... change for the better is not".

    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)
    Intro to Tally Tables and Functions

  • Jeff Moden (1/28/2016)


    Markus (1/28/2016)


    That is the first release of SQL 2012.

    Look again. It's the RTM of 2014.

    We don't know what it is because the OP hasn't posted the build number for his SQL Server.

    Igor posted an example of the output of @@Version, but all the OP's posted is his Windows build number.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hi Team,

    Thanks a lot for your help. The error was due to an incorrect file that was being used.

    It has now being rectified.

    Thanks

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

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