I am building a maintenance routine which reports Server Information to a central database. The routine works fine with SQL 2000/2007 becuase i can use the serverproperty function. Unfortunately, SQL Server 7 doesnt support the function. Any Ideas on how I can obtain the same type of information?
I suppose one option would be to parse the @@version results, but I'm not sure how reliable this would be.
Any help would be appreciated.