This section is intended to be a reference for the Phoenix database.
The Phoenix Database
Phoenix relies on a SQL Server database for all data storage. It was originally design for SQL2000, but has been tested using SQL2005. You can also use SQL 2005 Express Edition. This version is free and you can use it for development. For download information, see the link at the bottom of this page.
The database is created by running the Phoenix Configuration tool (pxsetup.exe) which is included as part of the Phoenix installer. Currently, this is the only way of creating a Phoenix database from scratch, and you must run the tool if you want a functioning database to work with.
For more information, refer to the Phoenix Node Configuration Tool section.
Tables
View the complete reference in the Tables section.
Views
View the complete reference in the Views section.
Functions
View the complete reference in the Functions section.
Stored Procedures
View the complete reference in the Stored Procedures section.
