So: I create a regular database (standard settings) through the graphical mode (not by queries). I create a simple query where I write, say, the following code:
create table M (Id bigint identity primary key, [name] nvarchar(25)) The request is executed without errors, everything is fine. But the table is not created. use indicated, the database in the left-hand drop-down list was selected, the database and the table section were updated. There is no table. And, as is already clear, with any table. What can be done with this problem?