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?
You clicked on the ‘Debug’ button (green triangle) instead of ‘Execute’ (red exclamation)? SSMS is waiting on you to step through the T-SQL lines.