Code: Select all
ALTER TABLE phpbb_users MODIFY user_login_tries smallint(5) unsigned DEFAULT 0 NOT NULL;
ALTER TABLE phpbb_users MODIFY user_last_login_try int(11) DEFAULT 0 NOT NULL;
SQL Parser wrote: Conversion to MS-SQL processed succesfully!
Total Processing Time (ms): 9.95
Total SQL Statements Processed: 2
Total SQL Statements Generated: 0
That is kind of strange . Is the MS-SQL finished? Or is it just testing time or something.SQL Output: wrote: ;