Access dbf file

Is there a way to access data stored in .dbf file, hopefully using sql query?

Importing it to sql server is not an option because it is still actively being updated by another system.

I think setting it up as a “linked server” in SQL Server is the only option, I’m not sure if that’s the same thing as just importing it.