Cообщество разработчиков на платформе Microsoft > Форумы > SQL Server Documentation > Differences between obsolete,discontinued,deprecated in the documentation
Задайте вопросЗадайте вопрос
 

ОтвеченоDifferences between obsolete,discontinued,deprecated in the documentation

  • 27 октября 2008 г. 21:27Papy NormandМодераторМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     

    Hello,

     

    In the Sql Server 2008 documentation, i have found 4 types of changes:

    - discontinued : the use causes automatically an error ,it is the case of :

           - sp_addalias

           - sp_addgroup

           - registered servers APIs ( replaced by a new API )

           - sac.exe

    - deprecated : no error when it is used ( but in the next or future version, it will be discontinued

           - DATABASEPROPERTY

           - sp_dboption

           - sp_attach_db

           - sqlmaint.exe

           - sys.database_principal_aliases

           - sp_configure options 'user instances enabled'  ( not clear the explanation )

           - for SMO : http://msdn.microsoft.com/en-us/library/cc879341.aspx

    - obsolete : i found in one place

    http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.registeredservers.aspx

     

    why MS has used a really different term (obsolete) and what is its meaning ?

    deprecated,discontinued....

     

    I hope that somebody will be able to find an explanation as i have an application using registered servers with this smo.registeredservers namespace ( i have a solution with smoapplication.enumregisteredservers() but it is less evident )

     

    Thanks beforehand

     

    Have a nice day

     

     

Ответы

Все ответы