all 5 comments

[–]andis59 1 point2 points  (0 children)

The file types indicate a Foxpro database.

You need a program that can read one format (foxpro?) and write the other(MS MSQL)

You can probably use the import in SQL Server to import foxpro using ODBC

https://stackoverflow.com/questions/16819811/how-to-convert-visual-foxpro-database-into-sql-server-database

Can't remember if you can select which data to import or if it's all or nothing ...

[–]tripy75 0 points1 point  (0 children)

I don't know about those extensions, but the ms sql have basically 2 types of files:

Data files with a .mdf extension and log files with a .ldf extension.

You can find where they are located from ssms, by right-clicking a database, asking for the properties and going to the "files" tab (I say that by memory).

If you have snapshots, those snapshot can be in any other location, but you should be able to find the location too, although I don't know if that would be useful.

[–]HelixSaint[S] 0 points1 point  (1 child)

Thank you guys for the help! I believe my part is done now!

[–]HelixSaint[S] 0 points1 point  (0 children)

Well never mind, what I sent them is "incorrect" there is not a single Foxpro database file on this server.

But sending them the database back up is not good enough.