Finally, we got something...
----------------------------------------
Database Updated Started
Stage 1: Database Connection..... Complete
Stage 2: Creating New Database Tables and Fields.....
Error Updating the Table tblForum
Column names in each table must be unique. Column name 'Sub_ID' in table 'DBO.tblForum' is specified more than once.
Error Updating the Table tblTopic
The log file for database 'iraqvoi_forum' is full. Back up the transaction log for the database to free up some log space.
Error Update the Table tblThread
The log file for database 'iraqvoi_forum' is full. Back up the transaction log for the database to free up some log space.
Error Updating the Table tblPermissions
Column names in each table must be unique. Column name 'View_Forum' in table 'DBO.tblPermissions' is specified more than once.
Error Dropping Contraints in Table tblPermissions
ALTER TABLE DROP COLUMN failed because column 'Read' does not exist in table 'tblPermissions'.
Error Altering the Table tblAuthor
The log file for database 'iraqvoi_forum' is full. Back up the transaction log for the database to free up some log space.
Error Altering the Table tblConfiguration
The log file for database 'iraqvoi_forum' is full. Back up the transaction log for the database to free up some log space.
Error Altering the Table tblDateTimeFormat
Column names in each table must be unique. Column name 'ID' in table 'DBO.tblDateTimeFormat' is specified more than once.
Error Creating the Table tblPollVote
There is already an object named 'tblPollVote' in the database.
Error Creating the Table tblSession
There is already an object named 'tblSession' in the database.
Complete
Stage 3: Creating Index's on database.....
Error Creating one or more Index's
There is already an index on table 'tblSession' named 'Session_ID'.
Complete
Stage 4: Entering default values for new fields.....
Error entering default values in the Table tblAuthor
Invalid column name 'No_of_PM'.
Error entering default values in the Table tblConfiguration
Invalid column name 'Topic_icon'.
Complete
Stage 5: Populating Database with Default Forum Permissions (this may take some time to complete).....
Permissions are reset to original defaults, you may need to update them once the upgrade is complete.
Complete
Stage 6: Populating Database with Forum Statistics (this may take some time to complete).....Complete
Stage 7: Populating Database with Topic Statistics (this may take some time to complete)..... Complete
Error Discription: Invalid column name 'Start_Thread_ID'.
SQL Server database is set up, but with Error!