sql server: create table taking forever!

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-04-27T00:57:03Z Indexed on 2010/04/27 1:03 UTC
Read the original article Hit count: 268

Filed under:
|

i am doing this:

CREATE TABLE person
     ( 
        num               INT              NOT NULL  , 
        firstname         VARCHAR(20)          NULL  , 
        lastname          VARCHAR(30)          NULL  
        );

sql server is just saying "debbuging" and it's not doing anything

is there a problem with the syntax or what?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql