Results 1 to 2 of 2

Thread: Identify edition of SQL Server and benefits

  1. #1
    Vijay Kumar Guest

    Identify edition of SQL Server and benefits

    Hi

    How can I find out which edition of SQL Server is running on my server ?

    Also what would be the difference in terms of features between standard edition and enterprise edition ?

    Thanks

    Vijay


  2. #2
    Guest

    Identify edition of SQL Server and benefits (reply)


    select @@version will give you the version. There are some tools that come with the enterprise edition, not worth the extra $$.

    ------------
    Vijay Kumar at 3/31/99 9:15:26 AM

    Hi

    How can I find out which edition of SQL Server is running on my server ?

    Also what would be the difference in terms of features between standard edition and enterprise edition ?

    Thanks

    Vijay


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •