When setting up the reporting module, received a database failure. Ran Quick Repair & Rebuild and received the following error in the Log: Query Failed:CREATE TABLE aor_fields (id varchar(36) NOT NULL ,name nvarchar(255) NULL ,date_entered datetime NULL ,date_modified datetime NULL ,modified_user_id varchar(36) NULL ,created_by varchar(36) NULL ,description nvarchar(max) NULL ,deleted bit DEFAULT ‘0’ NULL ,aor_report_id varchar(36) NULL ,field_order int NULL ,module_path nvarchar(max) NULL ,field nvarchar(100) NULL ,display bit NULL ,link bit NULL ,label nvarchar(255) NULL ,function nvarchar(100) NULL ,sort_by nvarchar(100) NULL ,sort_order nvarchar(100) NULL ,group_by nvarchar(100) NULL ,group_order nvarchar(100) NULL )::: [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near the keyword ‘function’.
Verified the table does not exist. Any suggestions?