select @@version didn't return (SP2) after sql 2012 sp2 is applied

  • I have checked a few instances that are SQL Server 2012 SP2 and the all have the same result from @@VERSION. 11.0.5058.0 is the correct version number for sp2. You can also check the server property for the service pack level

    select SERVERPROPERTY('Productlevel')

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

Viewing post 1 (of 2 total)

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