Looks like I got MSSQL setup and connecting but the Admin / Upgrade process gives an error. See below:
APPLICATION ERROR #401
Database query failed. Error received from database was #170: Line 1: Incorrect syntax near 'mantis_upgrade_table'. for the query: CREATE TABLE IF NOT EXISTS mantis_upgrade_table
(upgrade_id char(20) NOT NULL,
description char(255) NOT NULL,
PRIMARY KEY (upgrade_id))
Any help is appreciated...
MSSQL - APPLICATION ERROR #401
Moderators: Developer, Contributor