List of SedonaOffice SQL Tables

Working with SedonaOffice will require a Sedona Expert, on occasion to look for fields and data from one or several SedonaOffice SQL tables. Here is a script to pull all the tables from SedonaOffice and a sample copy of the results. You can then use a standard select statement to search for fields or data.

Example:    Select * from ar_customer
 
SELECT *
FROM INFORMATION_SCHEMA.TABLES
order by table_name

Example data from this query can be found here.

Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.