I'm getting the following error message:
Error Message:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Incorrect syntax near the keyword 'DEFAULT'.
/fogbugz/CBug.asp, line 127
What's the deal?
|
0
|
I'm getting the following error message: Error Message: Microsoft OLE DB Provider for SQL Server error '80040e14' What's the deal? |
||
|
|
|
0
|
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. |
||
|
|