Because the A9 was leaked, I figured it would come useful for people to figure out how the server communicates with the db, since the new db structure is probably a lot different.
It's quite easy, first start up SQL Profiler, it comes with MSSQL 2000.
Select new trace, select your server, login to it.
Go to events tab, add Objects, Stored procedures and TSQL, keep Sessions and Security Audit in there.
Click Run, you should see your trace started.
To test it, go to Query Analyzer and run some query, you should see it come up on your trace.
You can use this to compare the A2 and A9 server queries, this will help a lot with upgrading the current db.
It's quite easy, first start up SQL Profiler, it comes with MSSQL 2000.
Select new trace, select your server, login to it.
Go to events tab, add Objects, Stored procedures and TSQL, keep Sessions and Security Audit in there.
Click Run, you should see your trace started.
To test it, go to Query Analyzer and run some query, you should see it come up on your trace.
You can use this to compare the A2 and A9 server queries, this will help a lot with upgrading the current db.