anthonymel
Technical User
This is not an official "how to" but just thought I put it out there and see what out guys thought.
I needed to export a Filemaker Pro 7.0 database into SQL 2000.
After a few unsuccessful tries with the filemaker drivers using the Data Transformation Services and finding little or no help on the net on how to do this, I realized that converting filemaker pro db into Microsoft Access worked much better.
So from within Filemaker Pro export as a .csv (comma separated values) Then create a new db with Access. Click file >> get external data >> import
Click on your .csv file. Follow the wizard and make sure to select to create a new table, no linked text. Rename the attribute fields to match your filemaker db. After this wizard is done you should have your table neat and with all your info from filemaker.
The next step would be to use the data transformation services in SQL Enterprise manager to convert a access database into SQL Server 2000.
That’s about it.
Feel free to comment
I needed to export a Filemaker Pro 7.0 database into SQL 2000.
After a few unsuccessful tries with the filemaker drivers using the Data Transformation Services and finding little or no help on the net on how to do this, I realized that converting filemaker pro db into Microsoft Access worked much better.
So from within Filemaker Pro export as a .csv (comma separated values) Then create a new db with Access. Click file >> get external data >> import
Click on your .csv file. Follow the wizard and make sure to select to create a new table, no linked text. Rename the attribute fields to match your filemaker db. After this wizard is done you should have your table neat and with all your info from filemaker.
The next step would be to use the data transformation services in SQL Enterprise manager to convert a access database into SQL Server 2000.
That’s about it.
Feel free to comment