Options

Obsolete Utils Class

agamboaagamboa Posts: 6
edited April 10, 2006 7:41PM in SQL Toolkit Previous Versions
I keeps seeing references in documentation that Utils is obsolete. Is there a class to replace it?

I want to use Utils.GetSqlServerVerison to test for SQL Server 2005, but I do not want to implement code that will be obsolete.

thanks.

Comments

  • Options
    Hi,

    we refactored the code to introduce some new classes with more appropriate names. You should use the new class and method

    SQLServer.GetVersion() instead.

    Thanks,

    Tom Harris

    Red Gate Software
Sign In or Register to comment.