Welcome to Sign in | Help

Re: Sql Server 2008 Standard

  •  11-24-2009, 1:37 PM

    Re: Sql Server 2008 Standard

    ggciubuc:
    SQL server 2008 standard nu expira precum o aplicatie oarecare se foloseste pana la adanci batraneti ;

    Din cate stiu exista un "SQL Server 2008 Enterprise Evaluation" care expira in 6 luni.
    Pentru versiune & co. poti folosi si exemplul din BOL:
    SELECT
    SERVERPROPERTY('ProductVersion') AS ProductVersion,
    SERVERPROPERTY('ProductLevel') AS ProductLevel,
    SERVERPROPERTY('Edition') AS Edition,
    SERVERPROPERTY('EngineEdition') AS EngineEdition;
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems