I'm trying to upgrade a SQL Server 2000 instance to SQL Server 2008 R2. SQL Server 2000 resides on an old win2k box, and the new SQL instance is being run on a Server 2008 R2 platform. I am attempting to use Microsoft's SQL Upgrade Adviser tool to determine if I will run into any compatibility issues during the migration.
The tool can be installed on a minimum of a Server 2003 platform, which means that I cannot run the adviser on the win2k box locally. I have read that I can generate trace files on the SQL 2000 instance, and then have the adviser analyze those, but I have been unable to figure out how to point the tool to the trace files. It seems that I am only allowed to point to a locally installed database, which doesn't exactly help in my situation...
Am I missing something blatantly obvious?