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?

  • And what does the select * from M query give? - msi
  • @msi Command execution completed successfully , but the table was not highlighted + underlined M (I commented out the first request) - Range
  • Can you show the screen? - msi
  • @msi certainly: i-fotki.info/23/… - Range
  • one
    It seems that you are doing the wrong command - analysis (ctrl-F5) instead of execute (F5). - msi

1 answer 1

It seems that you are doing the wrong command - analysis (ctrl-F5) instead of execute (F5).