Is there any way to release read access from a specific database table to a third-party system?
For example, I have a table called "clients" and a competing system has an efficient ticketing feature that can take advantage of this data and need to consult my database to stay current and offer the feature. Is this possible?
I would not like to pass the system's ftp data, and with limited access this would be enough ...