Alter table for MS-SQL

Discussion on a SQL Parser for EasyMOD
Locked
User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

Alter table for MS-SQL

Post by Nux »

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
SQL Output: wrote: ;
That is kind of strange ;). Is the MS-SQL finished? Or is it just testing time or something.

Locked