Author Topic: SQL Server initial script errors  (Read 2142 times)

Offline vlastaw

  • Newbie
  • *
  • Posts: 4
SQL Server initial script errors
« on: February 06, 2012, 04:58:40 PM »
Hi, I found errors in MSSQL Server initial script. These errors prevent SQL Server from creating cache_messages table. I'm not that good with TSQL, so I don't know if I corrected it absolutely right (trying to run Roundcube on IIS 7.5 + MSSQL), but they should be on line:

32: Missing , at the end of the line
33: Int cannot have width in MSSQL
229: Redundant , at the end of the line
313: Redundant , at the end of the line

The corrected file is attached. [ATTACH=CONFIG]1827[/ATTACH]