Working in SQL Server is quite different from VFP. There is no SEEK, SCAN, LOCATE, GO TOP, etc. Everything will be using SQL commands. Start thinking of working with sets of data instead of the entire table.
You can access the data in a couple of ways. 1) ODBC, which will return a VFP cursor. This can be done with SQL Pass Through (SPT), remote views, or CursorAdapter. 2) OLE DB, which will return a record set if used directly or a VFP cursor if used through the CursorAdapter.
You won't pack SQL Server...data is stored differently than VFP. No need to pack.
Instead of a trial version, why not get SQL Server 2000, Developer Edition for $50.
I recommend you read the VFP documentation on client/server and the VFP articles on at mdsn.com/library
Craig Berntson
MCSD, Visual FoxPro MVP,
Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"