PDA

View Full Version : How to access SQL Server tables from Linux?



feev_red
11-08-2023, 11:38 PM
Hi, I'm trying to figure out how to access SQL Server tables from Linux. I need to work with them, but I don't really understand how to do it through Linux. Maybe there are some ways or tools that can help me connect to a SQL Server database on my Linux?

QEERT
11-08-2023, 11:43 PM
Of course, to access SQL Server on Linux environment, you can use the FreeTDS tool, which acts as a library that provides interaction with SQL Server. Once installed and configured, you can start writing SQL queries in the usual way. There is also an additional tutorial available at this link (https://elvanco.com/blog/how-to-access-sql-server-tables-from-linux), which I think may help you navigate through the process.