Obsolete Utils Class
agamboa
Posts: 6
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.
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
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