2

I did a

select * from mytablename 

and it is clearly there. But under the GUI Microsoft took out the tables link?

afuzzyllama
  • 6,538
  • 5
  • 47
  • 64

2 Answers2

1

The master database can be seen under the System Databases in Object Explorer:

enter image description here

But why are you putting your tables into the master database!??!? That's not something you should be doing ....

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Hey thanks for your screenshot. But is your version sql express 2012? Because in my 2005,2008 express no problems...only 2012 express I cannot see the tables folder. – user1771731 Oct 25 '12 at 17:43
-2

Yes, I guess Microsoft has removed it in SQL Express 2012 or something like that as I too cannot see the 'Tables' link under the master database.