OLE DB Error: "Incorrect Syntax near the keyword DEFAULT"
Error Message:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Incorrect syntax near the keyword 'DEFAULT'.
/fogbugz/CBug.asp, line 127
Solution:
This is usually a result of your database reaching its maximum size. In SQL Server, right click on your fogbugz database, select Properties, go to the "Data Files" tab, and set the Maximum File Size to Unrestricted File Growth.
